mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
6 lines
95 B
PHP
6 lines
95 B
PHP
--TEST--
|
|
Trivial "Hello World" test
|
|
--FILE--
|
|
<?php echo "Hello World"?>
|
|
--EXPECT--
|
|
Hello World
|