php-src/tests/lang/016.phpt
2018-10-14 12:07:20 -03:00

10 lines
127 B
PHP

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