Home
last modified time | relevance | path

Searched refs:free_obj (Results 1 – 25 of 56) sorted by relevance

123

/PHP-8.0/Zend/
H A Dzend_objects_API.c102 if (obj->handlers->free_obj != zend_object_std_dtor) { in zend_objects_store_free_object_storage()
104 obj->handlers->free_obj(obj); in zend_objects_store_free_object_storage()
117 obj->handlers->free_obj(obj); in zend_objects_store_free_object_storage()
193 object->handlers->free_obj(object); in zend_objects_store_del()
H A Dzend_object_handlers.h151 zend_object_free_obj_t free_obj; /* required */ member
H A Dzend_weakrefs.c637 zend_weakref_handlers.free_obj = zend_weakref_free; in zend_register_weakref_ce()
653 zend_weakmap_handlers.free_obj = zend_weakmap_free_obj; in zend_register_weakref_ce()
/PHP-8.0/ext/intl/collator/
H A Dcollator_class.c79 Collator_handlers.free_obj = Collator_objects_free; in collator_register_Collator_class()
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_class.c109 MessageFormatter_handlers.free_obj = MessageFormatter_object_free; in msgformat_register_class()
/PHP-8.0/ext/intl/formatter/
H A Dformatter_class.c112 NumberFormatter_handlers.free_obj = NumberFormatter_object_free; in formatter_register_class()
/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_class.c104 Spoofchecker_handlers.free_obj = Spoofchecker_objects_free; in spoofchecker_register_Spoofchecker_class()
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_class.c123 IntlDateFormatter_handlers.free_obj = IntlDateFormatter_object_free; in dateformat_register_IntlDateFormatter_class()
/PHP-8.0/ext/curl/
H A Dshare.c176 curl_share_handlers.free_obj = curl_share_free_obj; in curl_share_register_class()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c544 mysqli_object_handlers.free_obj = mysqli_objects_free_storage; in PHP_MINIT_FUNCTION()
551 mysqli_object_driver_handlers.free_obj = mysqli_driver_free_storage; in PHP_MINIT_FUNCTION()
553 mysqli_object_link_handlers.free_obj = mysqli_link_free_storage; in PHP_MINIT_FUNCTION()
555 mysqli_object_result_handlers.free_obj = mysqli_result_free_storage; in PHP_MINIT_FUNCTION()
557 mysqli_object_stmt_handlers.free_obj = mysqli_stmt_free_storage; in PHP_MINIT_FUNCTION()
559 mysqli_object_warning_handlers.free_obj = mysqli_warning_free_storage; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c270 Transliterator_handlers.free_obj = Transliterator_objects_free; in transliterator_register_Transliterator_class()
/PHP-8.0/ext/xsl/
H A Dphp_xsl.c119 xsl_object_handlers.free_obj = xsl_objects_free_storage; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp237 BreakIterator_handlers.free_obj = BreakIterator_objects_free; in breakiterator_register_BreakIterator_class()
/PHP-8.0/ext/intl/common/
H A Dcommon_enum.cpp304 IntlIterator_handlers.free_obj = IntlIterator_objects_free; in intl_register_IntlIterator_class()
/PHP-8.0/ext/shmop/
H A Dshmop.c121 shmop_object_handlers.free_obj = shmop_free_obj; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/enchant/
H A Denchant.c200 enchant_broker_handlers.free_obj = php_enchant_broker_free; in PHP_MINIT_FUNCTION()
213 enchant_dict_handlers.free_obj = php_enchant_dict_free; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_class.cpp283 Calendar_handlers.free_obj = Calendar_objects_free; in calendar_register_IntlCalendar_class()
/PHP-8.0/ext/sysvsem/
H A Dsysvsem.c164 sysvsem_object_handlers.free_obj = sysvsem_free_obj; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c381 ResourceBundle_object_handlers.free_obj = ResourceBundle_object_free; in resourcebundle_register_class()
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c112 sysvshm_object_handlers.free_obj = sysvshm_free_obj; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp418 TimeZone_handlers.free_obj = TimeZone_objects_free; in timezone_register_IntlTimeZone_class()
/PHP-8.0/ext/sysvmsg/
H A Dsysvmsg.c121 sysvmsg_queue_object_handlers.free_obj = sysvmsg_queue_free_obj; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c144 finfo_object_handlers.free_obj = finfo_objects_free; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_heap.c1124 spl_handler_SplHeap.free_obj = spl_heap_object_free_storage; in PHP_MINIT_FUNCTION()
1145 spl_handler_SplPriorityQueue.free_obj = spl_heap_object_free_storage; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/dom/
H A Dphp_dom.c566 dom_object_handlers.free_obj = dom_objects_free_storage; in PHP_MINIT_FUNCTION()
575 dom_nnodemap_object_handlers.free_obj = dom_nnodemap_objects_free_storage; in PHP_MINIT_FUNCTION()
787 dom_xpath_object_handlers.free_obj = dom_xpath_objects_free_storage; in PHP_MINIT_FUNCTION()

Completed in 83 milliseconds

123