]> granicus.if.org Git - php/commitdiff
fix dir separator in test
authorAnatol Belski <ab@php.net>
Fri, 21 Aug 2015 12:04:08 +0000 (14:04 +0200)
committerAnatol Belski <ab@php.net>
Fri, 21 Aug 2015 12:04:08 +0000 (14:04 +0200)
ext/standard/tests/serialize/bug69793.phpt

index 134b4dd696c9b2eaa4289aec6891b91b46e29861..624f1ac740103461c8481f635a39cd6c2151c8c1 100644 (file)
@@ -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}"