php-src/ext/standard/tests/general_functions/get_included_files_inc3.inc

5 lines
87 B
PHP

<?php
/* dummy include*/
include(dirname(__FILE__)."/get_included_files_inc1.inc");
?>