Home
last modified time | relevance | path

Searched refs:ZVAL_PTR_DTOR (Results 1 – 25 of 39) sorted by relevance

12

/PHP-7.0/ext/xsl/
H A Dphp_xsl.c117 zend_hash_init(intern->parameter, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_objects_new()
119 zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_objects_new()
H A Dxsltprocessor.c350 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_ext_function_php()
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_format.c45 zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0); in msgfmt_do_format()
/PHP-7.0/ext/standard/
H A Dphp_var.h67 zend_hash_init(&(d)->ht, 16, NULL, ZVAL_PTR_DTOR, 0); \
H A Dstreamsfuncs.c638 …nit(Z_ARRVAL(new_array), zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0); in stream_array_from_fd_set()
687 …nit(Z_ARRVAL(new_array), zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0); in stream_array_emulate_read_fd_set()
H A Dbrowscap.c281 zend_hash_init(ht, 8, NULL, ZVAL_PTR_DTOR, 0); in browscap_entry_to_array()
/PHP-7.0/ext/com_dotnet/
H A Dcom_wrapper.c457 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids()
458 zend_hash_init(disp->dispid_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids()
600 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_wrapper_export_as_sink()
H A Dcom_typeinfo.c469 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_process_typeinfo()
/PHP-7.0/Zend/
H A Dzend_variables.h147 #define ZVAL_PTR_DTOR zval_ptr_dtor_wrapper macro
H A Dzend_objects.c202 …it(new_object->properties, zend_hash_num_elements(old_object->properties), NULL, ZVAL_PTR_DTOR, 0); in zend_objects_clone_members()
H A Dzend_ts_hash.h146 zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
H A Dzend_closures.c422 zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0); in zend_closure_get_debug_info()
579 …>func.op_array.static_variables, zend_hash_num_elements(static_variables), NULL, ZVAL_PTR_DTOR, 0); in zend_create_closure()
H A Dzend_execute_API.c152 zend_hash_init(&EG(symbol_table), 64, NULL, ZVAL_PTR_DTOR, 0); in init_executor()
298 zend_stack_clean(&EG(user_error_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
299 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
1502 zend_hash_init(symbol_table, ex->func->op_array.last_var, NULL, ZVAL_PTR_DTOR, 0); in zend_rebuild_symbol_table()
H A Dzend_object_handlers.c80 zend_hash_init(zobj->properties, ce->default_properties_count, NULL, ZVAL_PTR_DTOR, 0); in rebuild_object_properties()
181 zend_hash_init(ht, 0, NULL, ZVAL_PTR_DTOR, 0); in zend_std_get_debug_info()
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp148 zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0); in BreakIterator_get_debug_info()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_wait.c214 zend_hash_init(&zv_registry, zend_hash_num_elements(&module_registry), 0, ZVAL_PTR_DTOR, 0); in phpdbg_webdata_decompress()
H A Dphpdbg_watch.c387 zend_hash_init(ht_watches, 0, grrrrr, ZVAL_PTR_DTOR, 0); in phpdbg_create_watchpoint()
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_class.cpp299 zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0); in TimeZone_get_debug_info()
/PHP-7.0/ext/opcache/
H A Dzend_file_cache.c911 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR); in zend_file_cache_unserialize_zval()
947 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR); in zend_file_cache_unserialize_op_array()
1144 script, buf, zend_file_cache_unserialize_prop_info, ZVAL_PTR_DTOR); in zend_file_cache_unserialize_class()
H A Dzend_accelerator_util_funcs.c239 ht->pDestructor = ZVAL_PTR_DTOR; in zend_hash_clone_constants()
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_class.cpp158 zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0); in Calendar_get_debug_info()
/PHP-7.0/ext/dom/
H A Dxpath.c210 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in dom_xpath_ext_function_php()
/PHP-7.0/ext/pcntl/
H A Dpcntl.c507 zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); in PHP_RINIT_FUNCTION()
/PHP-7.0/ext/spl/
H A Dspl_dllist.c510 zend_hash_init(debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); in spl_dllist_object_get_debug_info()
/PHP-7.0/ext/soap/
H A Dsoap.c1240 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD()
1432 …ice->soap_functions.ft, zend_hash_num_elements(Z_ARRVAL_P(function_name)), NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD()
1472 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD()
2915 zend_hash_init(soap_headers, 0, NULL, ZVAL_PTR_DTOR, 0);

Completed in 110 milliseconds

12