]> granicus.if.org Git - php/commitdiff
Fix testcase
authorMarcus Boerger <helly@php.net>
Thu, 22 Jul 2004 18:40:19 +0000 (18:40 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 22 Jul 2004 18:40:19 +0000 (18:40 +0000)
tests/classes/bug26737.phpt

index de37eaffbc2851948437ef538330f94b0c661529..2fbcca38297669a3d9fe9d3233e1ea80547d3ffe 100644 (file)
@@ -18,4 +18,4 @@ $data = serialize($foo);
 var_dump(str_replace("\0", '\0', $data));
 ?>
 --EXPECT--
-string(114) "O:3:"foo":3:{s:12:"\0foo\0private";s:7:"private";s:12:"\0*\0protected";s:9:"protected";s:6:"public";s:6:"public";}"
+string(76) "O:3:"foo":3:{s:7:"private";N;s:9:"protected";R:2;s:6:"public";s:6:"public";}"