From d632eff9c02df399aa58f2d7c5ba1f74f48a8144 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 10 Aug 2015 17:20:23 +0200 Subject: [PATCH] fix test --- ext/standard/tests/serialize/bug69793.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}" -- 2.50.1