From c269ad9173ad66d4cb005dbc3cb6f2500d21acfd Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 10 Aug 2008 14:15:53 +0000 Subject: [PATCH] - MFH: fix string len --- ext/standard/tests/file/bug40501.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/standard/tests/file/bug40501.phpt b/ext/standard/tests/file/bug40501.phpt index 110533fb82..806aba637c 100644 --- a/ext/standard/tests/file/bug40501.phpt +++ b/ext/standard/tests/file/bug40501.phpt @@ -10,11 +10,11 @@ fclose($h); var_dump($data); ?> ---EXPECT-- +--EXPECTF-- array(2) { [0]=> - string(88) "this element contains the delimiter, and ends with an odd number of + string(%d) "this element contains the delimiter, and ends with an odd number of backslashes (ex: 1)\" [1]=> - string(30) "and it isn't the last element$" -} \ No newline at end of file + string(%d) "and it isn't the last element$" +} -- 2.40.0