]> granicus.if.org Git - php/commitdiff
fix dir separator
authorAnatol Belski <ab@php.net>
Tue, 2 Feb 2016 08:56:57 +0000 (09:56 +0100)
committerAnatol Belski <ab@php.net>
Tue, 2 Feb 2016 08:56:57 +0000 (09:56 +0100)
ext/standard/tests/serialize/bug71311.phpt
ext/standard/tests/serialize/bug71313.phpt

index 9cd1373475fbcba6feb0f7bc544b247fda0175ae..3c70783d377e15b49bbfeddf28f8a85987181add 100644 (file)
@@ -6,11 +6,11 @@ $data = unserialize("C:11:\"ArrayObject\":11:{x:i:0;r:3;XX");
 var_dump($data);
 ?>
 --EXPECTF--
-Fatal error: Uncaught UnexpectedValueException: Error at offset 10 of 11 bytes in %s/bug71311.php:2
+Fatal error: Uncaught UnexpectedValueException: Error at offset 10 of 11 bytes in %s%ebug71311.php:2
 Stack trace:
 #0 [internal function]: ArrayObject->unserialize('x:i:0;r:3;X')
-#1 %s/bug71311.php(2): unserialize('%s')
+#1 %s%ebug71311.php(2): unserialize('%s')
 #2 {main}
-  thrown in %s/bug71311.php on line 2
+  thrown in %s%ebug71311.php on line 2
 
 
index 260235b9cd8cf3a1f53e975105ba715a05c49ec9..2ad429227d0f22d663c466a5fc2ab021ab9179f3 100644 (file)
@@ -6,9 +6,9 @@ $data = unserialize("C:16:\"SplObjectStorage\":113:{x:i:2;O:8:\"stdClass\":0:{},
 var_dump($data);
 ?>
 --EXPECTF--
-Fatal error: Uncaught UnexpectedValueException: Error at offset 82 of 113 bytes in %s/bug71313.php:2
+Fatal error: Uncaught UnexpectedValueException: Error at offset 82 of 113 bytes in %s%ebug71313.php:2
 Stack trace:
 #0 [internal function]: SplObjectStorage->unserialize('%s')
-#1 %s/bug71313.php(2): unserialize('%s')
+#1 %s%ebug71313.php(2): unserialize('%s')
 #2 {main}
-  thrown in %s/bug71313.php on line 2
+  thrown in %s%ebug71313.php on line 2