Arquivos
hhvm/hphp/test/zend/bad/ext-spl/ArrayObject_unserialize_empty_string.php
T
Paul Tarjan a4fc1c7bbd import zend spl tests
Lots of these tests spewed files
2013-04-25 00:50:11 -07:00

4 linhas
60 B
PHP

<?php
$a = new ArrayObject(array());
$a->unserialize("");
?>