1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/tests/lang/016.phpt
2002-03-29 17:12:11 +00:00

12 lines
145 B
PHP

--TEST--
Testing user-defined function in included file
--POST--
--GET--
--FILE--
<?php
include "016.inc";
MyFunc("Hello");
?>
--EXPECT--
Hello