Browse Source

test for bug #25378

PEAR_1_4DEV
foobar 23 years ago
parent
commit
af06d049cf
  1. 9
      ext/standard/tests/serialize/bug25378.phpt

9
ext/standard/tests/serialize/bug25378.phpt

@ -0,0 +1,9 @@
--TEST--
Bug #25378 (unserialize() crashes with invalid data)
--FILE--
<?php
var_dump(unserialize("s:-1:\"\";"));
?>
--EXPECTF--
Notice: unserialize(): Error at offset 0 of 8 bytes in %s on line %d
bool(false)
Loading…
Cancel
Save