Skip to content

Commit 6b5cd60

Browse files
committed
fix test
1 parent df74007 commit 6b5cd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zend_test/tests/gh17797.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Warning: require(sumfile.php): Failed to open stream: No such file or directory
2020
require("sumfile.php");
2121
?> on line %d
2222

23-
Fatal error: Uncaught Error: Failed opening required 'sumfile.php' (include_path='.:') in <?php
23+
Fatal error: Uncaught Error: Failed opening required 'sumfile.php' (include_path='.%s') in <?php
2424
require("sumfile.php");
2525
?>:%d
2626
Stack trace:

0 commit comments

Comments
 (0)