Home
last modified time | relevance | path

Searched refs:zend_hash_init (Results 51 – 75 of 100) sorted by relevance

1234

/PHP-5.5/main/streams/
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/ext/ereg/
H A Dereg.c221 zend_hash_init(&ereg_globals->ht_rc, 0, NULL, (void (*)(void *)) _free_ereg_cache, 1); in PHP_GINIT_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_generators.c271 zend_hash_init( in zend_generator_create_zval()
H A Dzend_constants.c90 if (zend_hash_init(EG(zend_constants), 20, NULL, ZEND_CONSTANT_DTOR, 1)==FAILURE) { in zend_startup_constants()
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_object_handlers.c74 zend_hash_init(zobj->properties, 0, NULL, ZVAL_PTR_DTOR, 0); in rebuild_object_properties()
410 zend_hash_init(zobj->guards, 0, NULL, NULL, 0); in zend_get_property_guard()
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c348 zend_hash_init(obj->method_cache, 2, NULL, function_dtor, 0); in com_method_get()
H A Dcom_com.c455 zend_hash_init(obj->id_of_name_cache, 2, NULL, NULL, 0); in php_com_get_id_of_name()
/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 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 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…
H A Dinfo.c1069 zend_hash_init(&sorted_registry, zend_hash_num_elements(&module_registry), NULL, NULL, 1); in php_print_info()
/PHP-5.5/ext/phar/
H A Dutil.c2067 zend_hash_init(&newmanifest, sizeof(phar_entry_info),
2072 zend_hash_init(&phar->mounted_dirs, sizeof(char *),
2074 zend_hash_init(&phar->virtual_dirs, sizeof(char *),
H A Ddirstream.c198 zend_hash_init(data, 64, zend_get_hash_value, NULL, 0); in phar_make_dirstream()
/PHP-5.5/ext/sockets/
H A Dconversions.c1496 zend_hash_init(&ctx.params, 8, NULL, NULL, 0); in from_zval_run_conversions()
1542 zend_hash_init(&ctx.params, 8, NULL, NULL, 0); in to_zval_run_conversions()
/PHP-5.5/sapi/cli/
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()
H A Dphp_cli.c198 zend_hash_init(&sorted_registry, 50, NULL, NULL, 1); in print_modules()
/PHP-5.5/ext/oci8/
H A Doci8_lob.c97 zend_hash_init(connection->descriptors, 0, NULL, php_oci_descriptor_flush_hash_dtor, 0); in php_oci_lob_create()
/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/opcache/
H A DZendAccelerator.c2310 zend_hash_init(&EG(symbol_table), 0, NULL, NULL, 0);
2437zend_hash_init(&ZCSG(interned_strings), (ZCG(accel_directives).interned_strings_buffer * 1024 * 10…
2491zend_hash_init(&accel_globals->function_table, zend_hash_num_elements(CG(function_table)), NULL, Z…
/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()
/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/libxml/
H A Dlibxml.c755 zend_hash_init(&php_libxml_exports, 0, NULL, NULL, 1); in php_libxml_initialize()
/PHP-5.5/ext/spl/
H A Dphp_spl.c582 zend_hash_init(SPL_G(autoload_functions), 1, NULL, (dtor_func_t) autoload_func_info_dtor, 0); in PHP_FUNCTION()

Completed in 128 milliseconds

1234