mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
9 lines
79 B
PHP
9 lines
79 B
PHP
--TEST--
|
|
Testing include
|
|
--FILE--
|
|
<?php
|
|
include "015.inc";
|
|
?>
|
|
--EXPECT--
|
|
Hello
|