php-8.0.30-src/tests/lang/016.phpt

10 lines
127 B
PHP

--TEST--
Testing user-defined function in included file
--FILE--
<?php
include "016.inc";
MyFunc("Hello");
?>
--EXPECT--
Hello