mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +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
|