Home
last modified time | relevance | path

Searched refs:zend_hash_init (Results 1 – 25 of 100) sorted by last modified time

1234

/PHP-5.5/win32/
H A Dregistry.c85 zend_hash_init(ht, 0, NULL, ZVAL_INTERNAL_PTR_DTOR, 1); in LoadDirectory()
187 zend_hash_init(PW32G(registry_directories), 0, NULL, delete_internal_hashtable, 1); in UpdateIniFromRegistry()
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c187 zend_hash_init(&fcgi_mgmt_vars, 0, NULL, fcgi_free_mgmt_var_cb, 1); in fcgi_init()
519 zend_hash_init(req->env, 0, NULL, (void (*)(void *)) fcgi_free_var, 0); in fcgi_read_request()
H A Dfpm_main.c238 zend_hash_init(&sorted_registry, 50, NULL, NULL, 1); in print_modules()
706 zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1);
1485zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry…
/PHP-5.5/sapi/cli/
H A Dphp_cli.c198 zend_hash_init(&sorted_registry, 50, NULL, NULL, 1); in print_modules()
H A Dphp_cli_server.c1423 zend_hash_init(&req->headers, 0, NULL, (void(*)(void*))char_ptr_dtor_p, 1); in php_cli_server_request_ctor()
1424 zend_hash_init(&req->headers_original_case, 0, NULL, NULL, 1); in php_cli_server_request_ctor()
2311 zend_hash_init(&server->clients, 0, NULL, (void(*)(void*))php_cli_server_client_dtor_wrapper, 1); in php_cli_server_ctor()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c238 zend_hash_init(&sorted_registry, 50, NULL, NULL, 1); in print_modules()
765 zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1);
1485zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry…
H A Dfastcgi.c418 zend_hash_init(&fcgi_mgmt_vars, 0, NULL, fcgi_free_mgmt_var_cb, 1); in fcgi_init()
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c206 zend_hash_init(&newx->config, 0, NULL, NULL, 1); in create_php_config()
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c229 zend_hash_init(&newx->config, 0, NULL, NULL, 1); in create_php_config()
/PHP-5.5/main/streams/
H A Dstreams.c265 zend_hash_init(FG(wrapper_errors), 8, NULL, in php_stream_wrapper_log_error()
1659 zend_hash_init(&url_stream_wrappers_hash, 0, NULL, NULL, 1) == SUCCESS in php_init_stream_wrappers()
1661 zend_hash_init(php_get_stream_filters_hash_global(), 0, NULL, NULL, 1) == SUCCESS in php_init_stream_wrappers()
1663 zend_hash_init(php_stream_xport_get_hash(), 0, NULL, NULL, 1) == SUCCESS in php_init_stream_wrappers()
1726zend_hash_init(FG(stream_wrappers), zend_hash_num_elements(&url_stream_wrappers_hash), NULL, NULL,… in clone_wrapper_hash()
H A Dfilter.c64 zend_hash_init(FG(stream_filters), zend_hash_num_elements(&stream_filters_hash), NULL, NULL, 1); in php_stream_filter_register_factory_volatile()
/PHP-5.5/main/
H A Dphp_ini.c263 zend_hash_init(Z_ARRVAL_P(option_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
334 zend_hash_init(Z_ARRVAL_P(section_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
392 if (zend_hash_init(&configuration_hash, 0, NULL, (dtor_func_t) config_zval_dtor, 1) == FAILURE) { in php_init_config()
H A Drfc1867.c759 zend_hash_init(&PG(rfc1867_protected_variables), 5, NULL, NULL, 0);
762 zend_hash_init(uploaded_files, 5, NULL, (dtor_func_t) free_estring, 0);
H A Doutput.c134 zend_hash_init(&php_output_handler_aliases, 0, NULL, NULL, 1); in php_output_startup()
135 zend_hash_init(&php_output_handler_conflicts, 0, NULL, NULL, 1); in php_output_startup()
136zend_hash_init(&php_output_handler_reverse_conflicts, 0, NULL, (void (*)(void *)) zend_hash_destro… in php_output_startup()
648 zend_hash_init(&rev, 1, NULL, NULL, 1); in php_output_handler_reverse_conflict_register()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1123 zend_hash_init(intern->zo.properties, 0, NULL, ZVAL_PTR_DTOR, 0); in php_zip_object_new()
2797 zend_hash_init(&zip_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c354 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_ext_function_php()
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()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1327 zend_hash_init(&xmlreader_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c67 zend_hash_init(ctx->tags, 0, NULL, NULL, 1); in PHP_INI_MH()
H A Durl_scanner_ex.re65 zend_hash_init(ctx->tags, 0, NULL, NULL, 1);
H A Duser_filters.c604 zend_hash_init(BG(user_filter_map), 5, NULL, (dtor_func_t) filter_item_dtor, 0); in PHP_FUNCTION()
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 Dphp_var.h60 zend_hash_init((var_hash_ptr), 10, NULL, NULL, 0); \
H A Dinfo.c1069 zend_hash_init(&sorted_registry, zend_hash_num_elements(&module_registry), NULL, NULL, 1); in php_print_info()
H A Dbasic_functions.c3582 zend_hash_init(&basic_submodules, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
3761 …if (zend_hash_init(&BG(putenv_ht), 1, NULL, (void (*)(void *)) php_putenv_destructor, 0) == FAILUR… in PHP_RINIT_FUNCTION()
5150zend_hash_init(BG(user_shutdown_function_names), 0, NULL, (void (*)(void *)) user_shutdown_functio…
5168zend_hash_init(BG(user_shutdown_function_names), 0, NULL, (void (*)(void *)) user_shutdown_functio…
5189zend_hash_init(BG(user_shutdown_function_names), 0, NULL, (void (*)(void *)) user_shutdown_functio…

Completed in 112 milliseconds

1234