]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.6' into PHP-7.0
authorStanislav Malyshev <stas@php.net>
Wed, 5 Jul 2017 03:25:11 +0000 (20:25 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 5 Jul 2017 04:05:06 +0000 (21:05 -0700)
* PHP-5.6:
  Fix tests

1  2 
ext/standard/tests/strings/bug70436.phpt
ext/standard/tests/strings/bug72663_3.phpt

index 1273ee30c6bd410783da7de4cbc4a3ac98be2067,469988cc7e1872ce4a61336ccf2351aeebbde37b..7d6d0f18d9179d2019468e10c8c8a3b5ffa13145
@@@ -48,8 -48,18 +48,8 @@@ DON
  --EXPECTF--
  Notice: unserialize(): Error at offset 0 of 3 bytes in %sbug70436.php on line %d
  
- Notice: unserialize(): Error at offset 17 of 17 bytes in %sbug70436.php on line %d
+ Notice: unserialize(): Error at offset 16 of 17 bytes in %sbug70436.php on line %d
 -array(4) {
 -  [0]=>
 -  int(1)
 -  [1]=>
 -  object(obj)#%d (1) {
 -    ["data"]=>
 -    bool(false)
 -  }
 -  [2]=>
 -  string(24) "%s"
 -  [3]=>
 -  bool(false)
 -}
 +
 +Notice: unserialize(): Error at offset 93 of 94 bytes in %sbug70436.php on line %d
 +bool(false)
  DONE
index 087af8f068ca9a899f20d37fe3f52aa9f10d4f51,f7d66efd178b68a046ff3d109a89cc5be3911175..3b949b023927193074a9bb728764be65190a0bb4
@@@ -14,5 -16,5 +14,5 @@@ unserialize($poc)
  ?>
  DONE
  --EXPECTF--
--Notice: unserialize(): Error at offset 51 of 50 bytes in %sbug72663_3.php on line %d
++Notice: unserialize(): Error at offset 50 of 50 bytes in %sbug72663_3.php on line %d
  DONE