1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 21:22:13 +02:00

fix dir separator in test

This commit is contained in:
Anatol Belski
2014-10-22 17:26:03 +02:00
parent f58edcd996
commit cccd538512

View 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==