From: Pierre Joye Date: Sun, 10 Aug 2008 14:15:31 +0000 (+0000) Subject: - fix string len X-Git-Tag: BEFORE_HEAD_NS_CHANGE~794 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb8085acc4256225bb0fde23c5f25b0938366c90;p=php - fix string len --- diff --git a/ext/standard/tests/file/bug40501.phpt b/ext/standard/tests/file/bug40501.phpt index 8acae8cf0e..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$" + string(%d) "and it isn't the last element$" }