From: Johannes Schlüter Date: Thu, 26 Apr 2007 07:19:29 +0000 (+0000) Subject: - Fix test X-Git-Tag: RELEASE_1_2_0~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98155ab1c0e3ec30c4ade2e24183defaccb2213e;p=php - Fix test --- diff --git a/tests/classes/bug26737.phpt b/tests/classes/bug26737.phpt index e6a11b376a..7a5a0299fd 100644 --- a/tests/classes/bug26737.phpt +++ b/tests/classes/bug26737.phpt @@ -18,7 +18,7 @@ $data = serialize($foo); var_dump(str_replace("\0", '\0', $data)); ?> --EXPECTF-- -Notice: serialize(): "no_such" returned as member variable from __sleep() but does not exist in /local/dev/php/head/tests/classes/bug26737.php on line 14 +Notice: serialize(): "no_such" returned as member variable from __sleep() but does not exist in %s on line %d string(130) "O:3:"foo":4:{S:12:"\0foo\0private";S:7:"private";S:12:"\0*\0protected";S:9:"protected";S:6:"public";S:6:"public";S:7:"no_such";N;}" --UEXPECTF-- Notice: serialize(): "no_such" returned as member variable from __sleep() but does not exist in %s on line %d