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