Home
last modified time | relevance | path

Searched refs:zend_hash_init (Results 76 – 92 of 92) sorted by relevance

1234

/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c311 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.4/sapi/cgi/
H A Dfastcgi.c418 zend_hash_init(&fcgi_mgmt_vars, 0, NULL, fcgi_free_mgmt_var_cb, 1); in fcgi_init()
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c104 zend_hash_init(&pcre_globals->pcre_cache, 0, NULL, php_free_pcre_cache, 1); in PHP_GINIT_FUNCTION()
/PHP-5.4/Zend/
H A Dzend_execute.c985 zend_hash_init(EG(active_op_array)->static_variables, 2, NULL, ZVAL_PTR_DTOR, 0); in zend_get_target_symbol_table()
H A Dzend_compile.c225 zend_hash_init(&CG(filenames_table), 5, NULL, (dtor_func_t) free_estring, 0); in init_compiler()
2237 zend_hash_init(CG(context).labels, 4, NULL, NULL, 0); in zend_do_label()
2798zend_hash_init(op_array->static_variables, zend_hash_num_elements(static_variables), NULL, ZVAL_PT… in function_add_ref()
5761 zend_hash_init(CG(active_op_array)->static_variables, 2, NULL, ZVAL_PTR_DTOR, 0); in zend_do_fetch_static_variable()
6788 zend_hash_init(CG(current_import), 0, NULL, ZVAL_PTR_DTOR, 0); in zend_do_use()
H A Dzend_vm_def.h4645 zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0);
H A Dzend_vm_execute.h869 zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
/PHP-5.4/ext/phar/
H A Dphar_object.c2317 zend_hash_init(&(phar->manifest), sizeof(phar_entry_info),
2319 zend_hash_init(&phar->mounted_dirs, sizeof(char *),
2321 zend_hash_init(&phar->virtual_dirs, sizeof(char *),
/PHP-5.4/ext/oci8/
H A Doci8_interface.c72 zend_hash_init(statement->defines, 13, NULL, php_oci_define_hash_dtor, 0); in PHP_FUNCTION()
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c2083 zend_hash_init(statement->binds, 13, NULL, _mssql_bind_hash_dtor, 0);
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c1383 zend_hash_init(hash, 13, NULL, sqlite3_param_dtor, 0);
/PHP-5.4/ext/sockets/
H A Dsockets.c991 zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(sock_array)), NULL, ZVAL_PTR_DTOR, 0);
/PHP-5.4/ext/snmp/
H A Dsnmp.c2412 zend_hash_init(&php_snmp_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/curl/
H A Dinterface.c1457 zend_hash_init((*ch)->to_free->slist, 4, NULL, curl_free_slist, 0); in alloc_curl_handle()
/PHP-5.4/ext/mbstring/
H A Dmbstring.c4085 zend_hash_init(&ht_headers, 0, NULL, (dtor_func_t) my_smart_str_dtor, 0); in PHP_FUNCTION()
/PHP-5.4/ext/soap/
H A Dphp_encoding.c3588 zend_hash_init(SOAP_GLOBAL(ref_map), 0, NULL, NULL, 0); in encode_reset_ns()
/PHP-5.4/ext/date/
H A Dphp_date.c861 zend_hash_init(DATEG(tzcache), 4, NULL, _php_date_tzinfo_dtor, 0); in php_date_parse_tzfile()

Completed in 206 milliseconds

1234