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