mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
7 lines
95 B
PHP
7 lines
95 B
PHP
--TEST--
|
|
Trivial "Hello World" test
|
|
--FILE--
|
|
<?php echo "Hello World"?>
|
|
--EXPECT--
|
|
Hello World
|