mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
ef2608925c
alternative-syntax testfile.
11 lines
96 B
PHP
11 lines
96 B
PHP
--TEST--
|
|
Testing include
|
|
--POST--
|
|
--GET--
|
|
--FILE--
|
|
<?php
|
|
include "015.inc";
|
|
?>
|
|
--EXPECT--
|
|
Hello
|