Home
last modified time | relevance | path

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

12

/PHP-7.1/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.c347 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_ext_function_php()
/PHP-7.1/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.1/Zend/
H A Dzend_variables.h135 #define ZVAL_PTR_DTOR zval_ptr_dtor_wrapper macro
H A Dzend_objects.c211 …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_execute_API.c155 zend_hash_init(&EG(symbol_table), 64, NULL, ZVAL_PTR_DTOR, 0); in init_executor()
300 zend_stack_clean(&EG(user_error_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
301 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
1571 zend_hash_init(symbol_table, ex->func->op_array.last_var, NULL, ZVAL_PTR_DTOR, 0); in zend_rebuild_symbol_table()
H A Dzend_closures.c502 zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0); in zend_closure_get_debug_info()
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()
H A Dzend_vm_execute.h1954 zend_hash_init(args, num_args, NULL, ZVAL_PTR_DTOR, 0);
3393 zend_hash_init(Z_ARRVAL_P(result), 8, NULL, ZVAL_PTR_DTOR, 0);
5945 zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
7790 zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
9858 zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
11783 zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
13786 zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
14482 zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
15011 zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
15536 zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
[all …]
/PHP-7.1/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.1/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.1/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()
/PHP-7.1/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.1/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.1/ext/dom/
H A Dxpath.c208 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in dom_xpath_ext_function_php()
/PHP-7.1/ext/standard/
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()
H A Dvar.c1010 zend_hash_init(&d->ht, 16, NULL, ZVAL_PTR_DTOR, 0); in php_var_serialize_init()
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c968 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR); in zend_file_cache_unserialize_zval()
1004 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR); in zend_file_cache_unserialize_op_array()
/PHP-7.1/ext/pcntl/
H A Dpcntl.c531 zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); in PHP_RINIT_FUNCTION()
/PHP-7.1/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.1/ext/soap/
H A Dsoap.c1238 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD()
1430 …ice->soap_functions.ft, zend_hash_num_elements(Z_ARRVAL_P(function_name)), NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD()
1470 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD()
2891 zend_hash_init(soap_headers, 0, NULL, ZVAL_PTR_DTOR, 0);
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c1149 zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0); in sxe_get_prop_hash()
1155 zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0); in sxe_get_prop_hash()

Completed in 289 milliseconds

12