1--TEST-- 2Including a file in the current script directory from an included function 3--FILE-- 4<?php 5require_once 'include_files/function.inc'; 6test(); 7?> 8--EXPECT-- 9Included! 10