Annotation of embedaddon/php/ext/standard/tests/general_functions/get_included_files_inc2.inc, revision 1.1.1.1

1.1       misho       1: <?php
                      2: /* dummy include*/
                      3: include(dirname(__FILE__)."/get_included_files_inc3.inc");
                      4: ?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>