1 2 3 4 5 6 7 8
--TEST-- Including a file in the current script directory from eval'd code --FILE-- <?php require_once 'include_files/eval.inc'; ?> --EXPECT-- Included!