Home
last modified time | relevance | path

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

12

/PHP-5.5/Zend/
H A Dzend_variables.h83 #define ZVAL_PTR_DTOR (void (*)(void *)) zval_ptr_dtor_wrapper macro
H A Dzend_variables.c137 zend_hash_init(tmp_ht, zend_hash_num_elements(original_ht), NULL, ZVAL_PTR_DTOR, 0); in _zval_copy_ctor_func()
H A Dzend_objects.c186 zend_hash_init(new_object->properties, 0, NULL, ZVAL_PTR_DTOR, 0); in zend_objects_clone_members()
H A Dzend_ts_hash.h125 zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
H A Dzend_closures.c330 zend_hash_init(closure->debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); in zend_closure_get_debug_info()
465 …>func.op_array.static_variables, zend_hash_num_elements(static_variables), NULL, ZVAL_PTR_DTOR, 0); in zend_create_closure()
H A Dzend_hash.h308 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) in END_EXTERN_C()
H A Dzend_execute_API.c158 zend_hash_init(&EG(symbol_table), 50, NULL, ZVAL_PTR_DTOR, 0); in init_executor()
572 zend_hash_init(tmp_ht, zend_hash_num_elements(Z_ARRVAL_P(p)), NULL, ZVAL_PTR_DTOR, 0); in zval_update_constant_ex()
1687 zend_hash_init(EG(active_symbol_table), ex->op_array->last_var, NULL, ZVAL_PTR_DTOR, 0); in zend_rebuild_symbol_table()
H A Dzend_generators.c274 NULL, ZVAL_PTR_DTOR, 0 in zend_generator_create_zval()
H A Dzend_operators.c675 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()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c135 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 Dxsltprocessor.c354 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_ext_function_php()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_format.c45 zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0); in msgfmt_do_format()
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c463 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 Dcom_typeinfo.c470 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_process_typeinfo()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h47 zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c508 zend_hash_init( sortedHash, 0, NULL, ZVAL_PTR_DTOR, 0 ); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c687 zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(out_array)), NULL, ZVAL_PTR_DTOR, 0);
738 …_hash, in_zval_array? zend_hash_num_elements(Z_ARRVAL_P(in_zval_array)):0, NULL, ZVAL_PTR_DTOR, 0);
/PHP-5.5/ext/dom/
H A Dxpath.c227 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in dom_xpath_ext_function_php()
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c657 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()
730 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()
H A Darray.c1843 zend_hash_init(out_hash, (length > 0 ? num_in - length : 0) + list_count, NULL, ZVAL_PTR_DTOR, 0); in php_splice()
3187 zend_hash_init(ht, zend_hash_num_elements(return_value->value.ht), NULL, ZVAL_PTR_DTOR, 0); in php_array_intersect()
3604 zend_hash_init(ht, zend_hash_num_elements(return_value->value.ht), NULL, ZVAL_PTR_DTOR, 0); in php_array_diff()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1081 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()
2107 zend_hash_init(intern->zo.properties, 0, NULL, ZVAL_PTR_DTOR, 0); in php_sxe_object_new()
/PHP-5.5/ext/soap/
H A Dsoap.c1178 …zend_hash_init(service->class_map, zend_hash_num_elements((*tmp)->value.ht), NULL, ZVAL_PTR_DTOR, … in PHP_METHOD()
1211 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD()
1416 …ice->soap_functions.ft, zend_hash_num_elements(Z_ARRVAL_P(function_name)), NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD()
1463 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_METHOD()
2903 zend_hash_init(soap_headers, 0, NULL, ZVAL_PTR_DTOR, 0);
2918 zend_hash_init(t, 0, NULL, ZVAL_PTR_DTOR, 0);
/PHP-5.5/ext/pcntl/
H A Dpcntl.c493 zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); in PHP_RINIT_FUNCTION()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c278 ht->pDestructor = ZVAL_PTR_DTOR;
/PHP-5.5/ext/spl/
H A Dspl_dllist.c519 zend_hash_init(intern->debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); in spl_dllist_object_get_debug_info()

Completed in 126 milliseconds

12