-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/bug34617.phpt

--TEST--
Bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called) 
--SKIPIF--
<?php if (!extension_loaded("xml")) print "skip the xml extension not available"; ?>
--FILE--
<?php
class Thing {}
function boom()
{
    $reader = xml_parser_create();
    xml_set_object($reader, new Thing());
    die("ok\n");
    xml_parser_free($reader);
}
boom();
?>
--EXPECT--
ok

Copyright © 2017 || Recoded By Mr.Bumblebee