Home
last modified time | relevance | path

Searched refs:dtor_obj (Results 1 – 22 of 22) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_objects_API.c53 if (obj->handlers->dtor_obj != zend_objects_destroy_object in zend_objects_store_call_destructors()
56 obj->handlers->dtor_obj(obj); in zend_objects_store_call_destructors()
175 if (object->handlers->dtor_obj != zend_objects_destroy_object in zend_objects_store_del()
178 object->handlers->dtor_obj(object); in zend_objects_store_del()
H A Dzend_object_handlers.h152 zend_object_dtor_obj_t dtor_obj; /* required */ member
H A Dzend_gc.c1183 && (obj->handlers->dtor_obj != zend_objects_destroy_object in gc_collect_white()
1503 if (obj->handlers->dtor_obj != zend_objects_destroy_object in zend_gc_collect_cycles()
1549 obj->handlers->dtor_obj(obj); in zend_gc_collect_cycles()
H A Dzend_generators.c1160 zend_generator_handlers.dtor_obj = zend_generator_dtor_storage; in zend_register_generator_ce()
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_class.c122 IntlDateFormatter_handlers.dtor_obj = IntlDateFormatter_object_dtor; in dateformat_register_IntlDateFormatter_class()
/PHP-8.0/ext/intl/common/
H A Dcommon_enum.cpp303 IntlIterator_handlers.dtor_obj = zend_objects_destroy_object; in intl_register_IntlIterator_class()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp417 TimeZone_handlers.dtor_obj = TimeZone_objects_dtor; in timezone_register_IntlTimeZone_class()
/PHP-8.0/ext/spl/
H A Dspl_heap.c1123 spl_handler_SplHeap.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
1144 spl_handler_SplPriorityQueue.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c888 spl_handler_SplFixedArray.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1342 spl_handler_SplDoublyLinkedList.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
H A Dspl_observer.c1212 spl_handler_SplObjectStorage.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
H A Dspl_iterators.c3243 spl_handlers_rec_it_it.dtor_obj = spl_RecursiveIteratorIterator_dtor; in PHP_MINIT_FUNCTION()
3250 spl_handlers_dual_it.dtor_obj = spl_dual_it_dtor; in PHP_MINIT_FUNCTION()
H A Dspl_array.c1915 spl_handler_ArrayObject.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
H A Dspl_directory.c2761 spl_filesystem_object_handlers.dtor_obj = spl_filesystem_object_destroy_object; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.c1039 xmlwriter_object_handlers.dtor_obj = xmlwriter_object_dtor; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/converter/
H A Dconverter.c985 php_converter_object_handlers.dtor_obj = php_converter_dtor_object; in php_converter_minit()
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c1177 xmlreader_object_handlers.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c1319 pdo_dbh_object_handlers.dtor_obj = zend_objects_destroy_object; in pdo_dbh_init()
H A Dpdo_stmt.c2594 pdo_dbstmt_object_handlers.dtor_obj = zend_objects_destroy_object; in pdo_stmt_init()
/PHP-8.0/ext/hash/
H A Dhash.c1621 php_hashcontext_handlers.dtor_obj = php_hashcontext_dtor; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/dom/
H A Dphp_dom.c576 dom_nnodemap_object_handlers.dtor_obj = dom_nnodemap_object_dtor; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c2707 sxe_object_handlers.dtor_obj = sxe_object_dtor; in PHP_MINIT_FUNCTION()

Completed in 132 milliseconds