DEBSOURCES
Skip Quicknav
sources / php5 / 5.6.7%2Bdfsg-1 / tests / lang / 016.phpt
123456789
--TEST-- Testing user-defined function in included file --FILE-- <?php include "016.inc"; MyFunc("Hello"); ?> --EXPECT-- Hello