Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php/php-7.3.8/tests/lang/
Upload File :
Current File : //hdd/hdd21/main/php/php-7.3.8/tests/lang/001.phpt

--TEST--
Simple If condition test
--FILE--
<?php $a=1; if($a>0) { echo "Yes"; } ?>
--EXPECT--
Yes