Home
last modified time | relevance | path

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

12

/PHP-5.6/Zend/
H A Dzend_variables.h83 #define ZVAL_PTR_DTOR (void (*)(void *)) zval_ptr_dtor_wrapper macro
H A Dzend_variables.c139 zend_hash_init(tmp_ht, zend_hash_num_elements(original_ht), NULL, ZVAL_PTR_DTOR, 0); in _zval_copy_ctor_func()
H A Dzend_ts_hash.h125 zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
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_closures.c345 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 Dzend_hash.h313 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) in END_EXTERN_C()
H A Dzend_generators.c277 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()
H A Dzend_execute_API.c158 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 Dzend_execute.c969 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 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.c358 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 Dmsgformat_format.c45 zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0); in msgfmt_do_format()
/PHP-5.6/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.6/ext/mysqlnd/
H A Dmysqlnd_priv.h47 zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \
/PHP-5.6/ext/intl/collator/
H A Dcollator_sort.c508 zend_hash_init( sortedHash, 0, NULL, ZVAL_PTR_DTOR, 0 ); in PHP_FUNCTION()
/PHP-5.6/ext/mysqli/
H A Dmysqli_nonapi.c702 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 Dxpath.c227 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 Dstreamsfuncs.c654 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 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()
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 Dsoap.c1201 …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 Dpcntl.c493 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 Dspl_dllist.c519 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 Dzend_accelerator_util_funcs.c333 ht->pDestructor = ZVAL_PTR_DTOR;

Completed in 89 milliseconds

12