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