1--TEST-- 2Testing user-defined function in included file 3--FILE-- 4<?php 5include "016.inc"; 6MyFunc("Hello"); 7?> 8--EXPECT-- 9Hello 10