From: Dmitry Stogov Date: Mon, 27 Mar 2006 09:39:27 +0000 (+0000) Subject: Fixed test X-Git-Tag: RELEASE_1_3~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6a8c7405e77d1c6dcbcc11dc7eb6a3c5e733a30;p=php Fixed test --- diff --git a/tests/classes/bug26737.phpt b/tests/classes/bug26737.phpt index e190318ffd..ffe70e07f2 100644 --- a/tests/classes/bug26737.phpt +++ b/tests/classes/bug26737.phpt @@ -20,3 +20,6 @@ var_dump(str_replace("\0", '\0', $data)); --EXPECTF-- 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 +string(130) "O:3:"foo":4:{U:12:"\0foo\0private";U:7:"private";U:12:"\0*\0protected";U:9:"protected";U:6:"public";U:6:"public";U:7:"no_such";N;}" \ No newline at end of file