Home
last modified time | relevance | path

Searched refs:free_obj (Results 26 – 50 of 56) sorted by relevance

123

/PHP-8.0/ext/curl/
H A Dmulti.c601 curl_multi_handlers.free_obj = curl_multi_free_obj; in curl_multi_register_class()
/PHP-8.0/ext/com_dotnet/
H A Dcom_persist.c727 helper_handlers.free_obj = helper_free_storage; in php_com_persist_minit()
/PHP-8.0/Zend/
H A Dzend_interfaces.c633 zend_internal_iterator_handlers.free_obj = zend_internal_iterator_free; in zend_register_interfaces()
H A Dzend_closures.c660 closure_handlers.free_obj = zend_closure_free_storage; in zend_register_closure_ce()
H A Dzend_generators.c1159 zend_generator_handlers.free_obj = zend_generator_free_storage; in zend_register_generator_ce()
H A Dzend_gc.c1584 obj->handlers->free_obj(obj); in zend_gc_collect_cycles()
/PHP-8.0/ext/zlib/
H A Dzlib.c1350 inflate_context_object_handlers.free_obj = inflate_context_free_obj; in PHP_INI_END()
1365 deflate_context_object_handlers.free_obj = deflate_context_free_obj; in PHP_INI_END()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c2357 sqlite3_object_handlers.free_obj = php_sqlite3_object_free_storage; in PHP_MINIT_FUNCTION()
2367 sqlite3_stmt_object_handlers.free_obj = php_sqlite3_stmt_object_free_storage; in PHP_MINIT_FUNCTION()
2377 sqlite3_result_object_handlers.free_obj = php_sqlite3_result_object_free_storage; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/tidy/
H A Dtidy.c846 tidy_object_handlers_node.free_obj = tidy_object_handlers_doc.free_obj = tidy_object_free_storage; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.c1040 xmlwriter_object_handlers.free_obj = xmlwriter_object_free_storage; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c889 spl_handler_SplFixedArray.free_obj = spl_fixedarray_object_free_storage; in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1343 spl_handler_SplDoublyLinkedList.free_obj = spl_dllist_object_free_storage; in PHP_MINIT_FUNCTION()
H A Dspl_observer.c1213 spl_handler_SplObjectStorage.free_obj = spl_SplObjectStorage_free_storage; in PHP_MINIT_FUNCTION()
H A Dspl_iterators.c3244 spl_handlers_rec_it_it.free_obj = spl_RecursiveIteratorIterator_free_storage; in PHP_MINIT_FUNCTION()
3251 spl_handlers_dual_it.free_obj = spl_dual_it_free_storage; in PHP_MINIT_FUNCTION()
H A Dspl_array.c1916 spl_handler_ArrayObject.free_obj = spl_array_object_free_storage; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c1178 xmlreader_object_handlers.free_obj = xmlreader_objects_free_storage; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/sockets/
H A Dsockets.c445 socket_object_handlers.free_obj = socket_free_obj;
461 address_info_object_handlers.free_obj = address_info_free_obj;
/PHP-8.0/ext/date/
H A Dphp_date.c1676 date_object_handlers_date.free_obj = date_object_free_storage_date; in date_register_classes()
1698 date_object_handlers_timezone.free_obj = date_object_free_storage_timezone; in date_register_classes()
1728 date_object_handlers_interval.free_obj = date_object_free_storage_interval; in date_register_classes()
1745 date_object_handlers_period.free_obj = date_object_free_storage_period; in date_register_classes()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c2595 pdo_dbstmt_object_handlers.free_obj = pdo_dbstmt_free_storage; in pdo_stmt_init()
2610 pdo_row_object_handlers.free_obj = pdo_row_free_storage; in pdo_stmt_init()
H A Dpdo_dbh.c1320 pdo_dbh_object_handlers.free_obj = pdo_dbh_free_storage; in pdo_dbh_init()
/PHP-8.0/ext/xml/
H A Dxml.c266 xml_parser_object_handlers.free_obj = xml_parser_free_obj; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/ffi/
H A Dffi.c4963 zend_ffi_handlers.free_obj = zend_ffi_free_obj;
4994 zend_ffi_cdata_handlers.free_obj = zend_ffi_cdata_free_obj;
5018 zend_ffi_cdata_value_handlers.free_obj = zend_ffi_cdata_free_obj;
5041 zend_ffi_cdata_free_handlers.free_obj = zend_ffi_cdata_free_obj;
5071 zend_ffi_ctype_handlers.free_obj = zend_ffi_ctype_free_obj;
/PHP-8.0/ext/gmp/
H A Dgmp.c538 gmp_object_handlers.free_obj = gmp_free_object_storage; in ZEND_MINIT_FUNCTION()
/PHP-8.0/ext/snmp/
H A Dsnmp.c2004 php_snmp_object_handlers.free_obj = php_snmp_object_free_storage; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/openssl/
H A Dopenssl.c1216 php_openssl_certificate_object_handlers.free_obj = php_openssl_certificate_free_obj; in PHP_INI_END()
1231 php_openssl_request_object_handlers.free_obj = php_openssl_request_free_obj; in PHP_INI_END()
1246 php_openssl_pkey_object_handlers.free_obj = php_openssl_pkey_free_obj; in PHP_INI_END()

Completed in 168 milliseconds

123