summaryrefslogtreecommitdiff
path: root/tests/lang/bug32924.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug32924.phpt')
-rw-r--r--tests/lang/bug32924.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug32924.phpt b/tests/lang/bug32924.phpt
index d72b0eaa2e..4c6dab0a16 100644
--- a/tests/lang/bug32924.phpt
+++ b/tests/lang/bug32924.phpt
@@ -4,7 +4,7 @@ Bug #32924 (prepend does not add file to included files)
include_path={PWD}
auto_prepend_file=inc.inc
--FILE--
-<?php
+<?php
include_once(dirname(__FILE__).'/inc.inc');
require_once(dirname(__FILE__).'/inc.inc');
?>