From e8f37fe3dc5674c29b49da7f3846d32c42e0e05b Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 21 Aug 2015 14:04:08 +0200 Subject: [PATCH] fix dir separator in 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 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}" -- 2.40.0