From: Anatol Belski Date: Mon, 10 Aug 2015 15:20:23 +0000 (+0200) Subject: fix test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d632eff9c02df399aa58f2d7c5ba1f74f48a8144;p=php fix test --- diff --git a/ext/standard/tests/serialize/bug69793.phpt b/ext/standard/tests/serialize/bug69793.phpt index 91b1c6b7a0..db6e6da922 100644 --- a/ext/standard/tests/serialize/bug69793.phpt +++ b/ext/standard/tests/serialize/bug69793.phpt @@ -7,11 +7,11 @@ $e = unserialize('O:9:"Exception":7:{s:17:"'."\0".'Exception'."\0".'string";s:1: var_dump($e.""); ?> --EXPECTF-- -Notice: Undefined property: Exception::$message in %s/bug69793.php on line %d +Notice: Undefined property: Exception::$message in %s%ebug69793.php on line %d -Notice: Undefined property: Exception::$file in %s/bug69793.php on line %d +Notice: Undefined property: Exception::$file in %s%ebug69793.php on line %d -Notice: Undefined property: Exception::$previous in %s/bug69793.php on line %d +Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d string(41) "Exception in :1337 Stack trace: #0 {main}"