1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--TEST-- include_once must include only once --PHPDBG-- r q --EXPECTF-- [Successful compilation of %s] prompt> 1 [Script ended normally] prompt> --FILE-- <?php include_once __DIR__.'/include.inc'; include_once __DIR__.'/include.inc';