Merge branch 'PHP-7.0'

* PHP-7.0:
  fix dir separator
This commit is contained in:
Anatol Belski 2016-02-02 09:57:16 +01:00
commit 23ba7c6f27
2 changed files with 6 additions and 6 deletions

View 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

View 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