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