]> granicus.if.org Git - php/commitdiff
fix dir separator in test
authorAnatol Belski <ab@php.net>
Wed, 22 Oct 2014 15:26:03 +0000 (17:26 +0200)
committerAnatol Belski <ab@php.net>
Wed, 22 Oct 2014 15:56:29 +0000 (17:56 +0200)
ext/standard/tests/serialize/bug68044.phpt

index 031e44e14984509a6fdd3614d51bcfe74fbeffd6..f8ef937b1e355ff0ebf61565d87deae7dcf74c2f 100644 (file)
@@ -6,7 +6,7 @@ Bug #68044 Integer overflow in unserialize() (32-bits only)
 ?>
 ===DONE==
 --EXPECTF--
-Warning: Insufficient data for unserializing - %d required, 1 present in %s/bug68044.php on line 2
+Warning: Insufficient data for unserializing - %d required, 1 present in %s%ebug68044.php on line 2
 
-Notice: unserialize(): Error at offset 32 of 33 bytes in %s/bug68044.php on line 2
+Notice: unserialize(): Error at offset 32 of 33 bytes in %s%ebug68044.php on line 2
 ===DONE==