1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

Fix testcase

This commit is contained in:
Marcus Boerger
2004-07-22 18:39:45 +00:00
parent 3ecbb5c314
commit 983fa5a21e

View 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";}"