summaryrefslogtreecommitdiff
path: root/tests/lang/016.phpt
blob: 49c4d4d1a675082e48578c6701648cd28c89feb1 (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