/PHP-5.6/Zend/ |
H A D | zend_variables.h | 83 #define ZVAL_PTR_DTOR (void (*)(void *)) zval_ptr_dtor_wrapper macro
|
H A D | zend_variables.c | 139 zend_hash_init(tmp_ht, zend_hash_num_elements(original_ht), NULL, ZVAL_PTR_DTOR, 0); in _zval_copy_ctor_func()
|
H A D | zend_ts_hash.h | 125 zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
|
H A D | zend_objects.c | 186 zend_hash_init(new_object->properties, 0, NULL, ZVAL_PTR_DTOR, 0); in zend_objects_clone_members()
|
H A D | zend_closures.c | 345 zend_hash_init(closure->debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); in zend_closure_get_debug_info() 480 …>func.op_array.static_variables, zend_hash_num_elements(static_variables), NULL, ZVAL_PTR_DTOR, 0); in zend_create_closure()
|
H A D | zend_hash.h | 313 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) in END_EXTERN_C()
|
H A D | zend_generators.c | 277 NULL, ZVAL_PTR_DTOR, 0 in zend_generator_create_zval()
|
H A D | zend_operators.c | 675 zend_hash_init(Z_ARRVAL_P(op), 0, NULL, ZVAL_PTR_DTOR, 0); in convert_scalar_to_array() 701 zend_hash_init(ht, 0, NULL, ZVAL_PTR_DTOR, 0); in convert_to_array() 730 zend_hash_init(Z_ARRVAL_P(op), 0, NULL, ZVAL_PTR_DTOR, 0); in convert_to_array()
|
H A D | zend_execute_API.c | 158 zend_hash_init(&EG(symbol_table), 50, NULL, ZVAL_PTR_DTOR, 0); in init_executor() 1585 zend_hash_init(EG(active_symbol_table), ex->op_array->last_var, NULL, ZVAL_PTR_DTOR, 0); in zend_rebuild_symbol_table()
|
H A D | zend_execute.c | 969 zend_hash_init(ht, zend_hash_num_elements(Z_ARRVAL_P(value)), NULL, ZVAL_PTR_DTOR, 0); in zval_deep_copy() 1020 zend_hash_init(EG(active_op_array)->static_variables, 2, NULL, ZVAL_PTR_DTOR, 0); in zend_get_target_symbol_table()
|
/PHP-5.6/ext/xsl/ |
H A D | php_xsl.c | 135 zend_hash_init(intern->parameter, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_objects_new() 137 zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_objects_new()
|
H A D | xsltprocessor.c | 358 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_ext_function_php()
|
/PHP-5.6/ext/intl/msgformat/ |
H A D | msgformat_format.c | 45 zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0); in msgfmt_do_format()
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_wrapper.c | 463 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids() 464 zend_hash_init(disp->dispid_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids() 598 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_wrapper_export_as_sink()
|
H A D | com_typeinfo.c | 470 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_process_typeinfo()
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_priv.h | 47 zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \
|
/PHP-5.6/ext/intl/collator/ |
H A D | collator_sort.c | 508 zend_hash_init( sortedHash, 0, NULL, ZVAL_PTR_DTOR, 0 ); in PHP_FUNCTION()
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_nonapi.c | 702 zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(out_array)), NULL, ZVAL_PTR_DTOR, 0); 753 …_hash, in_zval_array? zend_hash_num_elements(Z_ARRVAL_P(in_zval_array)):0, NULL, ZVAL_PTR_DTOR, 0);
|
/PHP-5.6/ext/dom/ |
H A D | xpath.c | 227 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in dom_xpath_ext_function_php()
|
/PHP-5.6/ext/standard/ |
H A D | streamsfuncs.c | 654 zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0); in stream_array_from_fd_set() 721 zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0); in stream_array_emulate_read_fd_set()
|
/PHP-5.6/ext/simplexml/ |
H A D | simplexml.c | 1081 zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0); in sxe_get_prop_hash() 1088 zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0); in sxe_get_prop_hash() 2120 zend_hash_init(intern->zo.properties, 0, NULL, ZVAL_PTR_DTOR, 0); in php_sxe_object_new()
|
/PHP-5.6/ext/soap/ |
H A D | soap.c | 1201 …zend_hash_init(service->class_map, zend_hash_num_elements((*tmp)->value.ht), NULL, ZVAL_PTR_DTOR, … in PHP_METHOD() 1234 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD() 1439 …ice->soap_functions.ft, zend_hash_num_elements(Z_ARRVAL_P(function_name)), NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD() 1486 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD() 2923 zend_hash_init(soap_headers, 0, NULL, ZVAL_PTR_DTOR, 0); 2938 zend_hash_init(t, 0, NULL, ZVAL_PTR_DTOR, 0);
|
/PHP-5.6/ext/pcntl/ |
H A D | pcntl.c | 493 zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); in PHP_RINIT_FUNCTION()
|
/PHP-5.6/ext/spl/ |
H A D | spl_dllist.c | 519 zend_hash_init(intern->debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); in spl_dllist_object_get_debug_info()
|
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 333 ht->pDestructor = ZVAL_PTR_DTOR;
|