/PHP-5.5/ext/mbstring/ |
H A D | php_mbregex.c | 69 zend_hash_init(&(pglobals->ht_rc), 0, NULL, (void (*)(void *)) php_mb_regex_free_cache, 1); in _php_mb_regex_globals_ctor()
|
H A D | mbstring.c | 4085 zend_hash_init(&ht_headers, 0, NULL, (dtor_func_t) my_smart_str_dtor, 0); in PHP_FUNCTION()
|
/PHP-5.5/ext/zip/ |
H A D | php_zip.c | 1123 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/xmlreader/ |
H A D | php_xmlreader.c | 1327 zend_hash_init(&xmlreader_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
|
/PHP-5.5/ext/hash/ |
H A D | hash.c | 969 zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
|
/PHP-5.5/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()
|
H A D | spl_observer.c | 272 zend_hash_init(&intern->storage, 0, NULL, (void (*)(void *))spl_object_storage_dtor, 0); in spl_object_storage_new_ex()
|
/PHP-5.5/ext/standard/ |
H A D | array.c | 1843 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/pdo/ |
H A D | pdo_stmt.c | 311 zend_hash_init(hash, 13, NULL, param_dtor, 0); in really_register_bound_param() 900 zend_hash_init(return_value->value.ht, stmt->column_count, NULL, ZVAL_PTR_DTOR, 0); in do_fetch()
|
/PHP-5.5/sapi/cgi/ |
H A D | fastcgi.c | 418 zend_hash_init(&fcgi_mgmt_vars, 0, NULL, fcgi_free_mgmt_var_cb, 1); in fcgi_init()
|
/PHP-5.5/ext/pcre/ |
H A D | php_pcre.c | 104 zend_hash_init(&pcre_globals->pcre_cache, 0, NULL, php_free_pcre_cache, 1); in PHP_GINIT_FUNCTION()
|
/PHP-5.5/ext/phar/ |
H A D | phar_object.c | 2246 zend_hash_init(&(phar->manifest), sizeof(phar_entry_info), in phar_convert_to_other() 2248 zend_hash_init(&phar->mounted_dirs, sizeof(char *), in phar_convert_to_other() 2250 zend_hash_init(&phar->virtual_dirs, sizeof(char *), in phar_convert_to_other()
|
/PHP-5.5/ext/oci8/ |
H A D | oci8_interface.c | 72 zend_hash_init(statement->defines, 13, NULL, php_oci_define_hash_dtor, 0); in PHP_FUNCTION()
|
/PHP-5.5/Zend/ |
H A D | zend_compile.c | 228 zend_hash_init(&CG(filenames_table), 5, NULL, (dtor_func_t) free_estring, 0); in init_compiler() 2313 zend_hash_init(CG(context).labels, 4, NULL, NULL, 0); in zend_do_label() 2990 …zend_hash_init(op_array->static_variables, zend_hash_num_elements(static_variables), NULL, ZVAL_PT… in function_add_ref() 5993 zend_hash_init(CG(active_op_array)->static_variables, 2, NULL, ZVAL_PTR_DTOR, 0); in zend_do_fetch_static_variable() 7028 zend_hash_init(CG(current_import), 0, NULL, ZVAL_PTR_DTOR, 0); in zend_do_use()
|
H A D | zend_execute.c | 984 zend_hash_init(EG(active_op_array)->static_variables, 2, NULL, ZVAL_PTR_DTOR, 0); in zend_get_target_symbol_table()
|
H A D | zend_vm_def.h | 4651 zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0);
|
H A D | zend_vm_execute.h | 813 zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
|
/PHP-5.5/ext/sockets/ |
H A D | sockets.c | 806 zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(sock_array)), NULL, ZVAL_PTR_DTOR, 0);
|
/PHP-5.5/ext/sqlite3/ |
H A D | sqlite3.c | 1388 zend_hash_init(hash, 13, NULL, sqlite3_param_dtor, 0);
|
/PHP-5.5/ext/mssql/ |
H A D | php_mssql.c | 2088 zend_hash_init(statement->binds, 13, NULL, _mssql_bind_hash_dtor, 0);
|
/PHP-5.5/ext/snmp/ |
H A D | snmp.c | 2421 zend_hash_init(&php_snmp_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd.c | 2509 …zend_hash_init(conn->options->connect_attr, 0, NULL, conn->persistent? connect_attr_item_pdtor:con…
|
/PHP-5.5/ext/curl/ |
H A D | interface.c | 1836 zend_hash_init((*ch)->to_free->slist, 4, NULL, curl_free_slist, 0); in alloc_curl_handle()
|
/PHP-5.5/ext/soap/ |
H A D | php_encoding.c | 3579 zend_hash_init(SOAP_GLOBAL(ref_map), 0, NULL, NULL, 0); in encode_reset_ns()
|
/PHP-5.5/ext/date/ |
H A D | php_date.c | 911 zend_hash_init(DATEG(tzcache), 4, NULL, _php_date_tzinfo_dtor, 0); in php_date_parse_tzfile()
|