Skip to content

Commit 04f5618

Browse files
authored
Update error message to include include_path
fix format for include path
1 parent c9923a6 commit 04f5618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/require_directory_windows.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require $dir;
1515
--EXPECTF--
1616
Warning: require(%s): Failed to open stream: Permission denied in %s on line %d
1717

18-
Fatal error: Uncaught Error: Failed opening required '%s' (include_path='.:') in %s:%d
18+
Fatal error: Uncaught Error: Failed opening required '%s' (include_path='%s') in %s:%d
1919
Stack trace:
2020
#0 {main}
2121
thrown in %s on line %d

0 commit comments

Comments
 (0)