Skip to content

Commit 430137d

Browse files
committed
Relax error message check
1 parent b1ce3d2 commit 430137d

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
@@ -13,6 +13,6 @@ var_dump(ob_get_contents());
1313

1414
?>
1515
--EXPECTF--
16-
Warning: php_strip_whitespace(%s): Failed to open stream: File name too long in %s007.php on line %d
16+
Warning: php_strip_whitespace(%s): Failed to open stream: File%Sname too long in %s007.php on line %d
1717
string(0) ""
1818
bool(false)

0 commit comments

Comments
 (0)