diff options
-rw-r--r-- | ext/standard/tests/serialize/bug69793.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/serialize/bug69793.phpt b/ext/standard/tests/serialize/bug69793.phpt index 134b4dd696..624f1ac740 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(53) "exception 'Exception' in :1337 Stack trace: #0 {main}" |