]> granicus.if.org Git - php/commitdiff
fix test
authorAnatol Belski <ab@php.net>
Mon, 10 Aug 2015 15:20:23 +0000 (17:20 +0200)
committerAnatol Belski <ab@php.net>
Mon, 10 Aug 2015 15:20:23 +0000 (17:20 +0200)
ext/standard/tests/serialize/bug69793.phpt

index 91b1c6b7a005dcc18af4d4eea5c8f2e0f3544bc8..db6e6da9226ffb064b71af222dfc3eed58d1abac 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(41) "Exception in :1337
 Stack trace:
 #0 {main}"