php-src/test.php

7 lines
77 B
PHP
Raw Normal View History

2013-11-10 21:01:46 +08:00
<?php
echo "Hello World\n";
2013-11-10 22:43:46 +08:00
if (isset($greeting)) {
echo $greeting;
}
2013-11-10 21:01:46 +08:00
?>