Skip to content

Commit b6e45b5

Browse files
committed
Relax error message check
1 parent ee75524 commit b6e45b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/strings/007.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var_dump(ob_get_contents());
1414
?>
1515
===DONE===
1616
--EXPECTF--
17-
Warning: php_strip_whitespace(%s): failed to open stream: File name too long in %s007.php on line %d
17+
Warning: php_strip_whitespace(%s): failed to open stream: File%Sname too long in %s007.php on line %d
1818
string(0) ""
1919
bool(false)
2020
===DONE===

0 commit comments

Comments
 (0)