summaryrefslogtreecommitdiff
path: root/tests/lang/016.phpt
blob: 238fc29a6137ac850dc13b5fd5c52de38fe5df78 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Testing user-defined function in included file
--POST--
--GET--
--FILE--
<?php 
	include "016.inc";
	MyFunc("Hello");
?>
--EXPECT--
Hello