add <?php tag (#19792)

add <?php tag
This commit is contained in:
Nguyen Viet
2018-10-21 23:20:09 +07:00
committed by Tom
parent e50b88fe56
commit b408b27b2d

View File

@ -6,6 +6,7 @@ A `while` loop executes statements within the loop as long as the loops conditio
### Syntax:
```php
<?php
$x = 0;
while ($x < 11) {
statement1;