]> granicus.if.org Git - php/commitdiff
- Fix test
authorJohannes Schlüter <johannes@php.net>
Thu, 26 Apr 2007 07:19:29 +0000 (07:19 +0000)
committerJohannes Schlüter <johannes@php.net>
Thu, 26 Apr 2007 07:19:29 +0000 (07:19 +0000)
tests/classes/bug26737.phpt

index e6a11b376a9654223116ac1345f9b5a9bdd8f595..7a5a0299fd35243b3639c3f71fb571342eee8f12 100644 (file)
@@ -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