php-src/tests/lang/016.phpt
2004-05-19 08:45:46 +00:00

10 lines
128 B
PHP

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