xref: /PHP-7.2/tests/lang/016.phpt (revision 17ccbeec)
1--TEST--
2Testing user-defined function in included file
3--FILE--
4<?php
5include "016.inc";
6MyFunc("Hello");
7?>
8--EXPECT--
9Hello
10