-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/lang/
File Upload :
Current File : //usr/src/php/tests/lang/002.phpt

--TEST--
Simple While Loop Test
--FILE--
<?php
$a=1; 
while ($a<10) {
	echo $a;
	$a++;
}
?>
--EXPECT--
123456789

Copyright © 2017 || Recoded By Mr.Bumblebee