Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Feb 15, 2025
1 parent df74007 commit 6b5cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/zend_test/tests/gh17797.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Warning: require(sumfile.php): Failed to open stream: No such file or directory
require("sumfile.php");
?> on line %d

Fatal error: Uncaught Error: Failed opening required 'sumfile.php' (include_path='.:') in <?php
Fatal error: Uncaught Error: Failed opening required 'sumfile.php' (include_path='.%s') in <?php
require("sumfile.php");
?>:%d
Stack trace:
Expand Down

0 comments on commit 6b5cd60

Please sign in to comment.