summaryrefslogtreecommitdiff
path: root/ext/standard/tests/serialize/bug71840.phpt
blob: 6cbf04bfb4a44098bc4ab4311966d80d5ab00eb5 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #71840 (Unserialize accepts wrongly data)
--FILE--
<?php
var_dump(unserialize('a:1:{s:0:""0a:0:{}}'));
?>
--EXPECTF--
Notice: unserialize(): Error at offset 11 of 19 bytes in %sbug71840.php on line %d
bool(false)