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