Home
last modified time | relevance | path

Searched refs:zend_hash_init_ex (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/Zend/
H A Dzend.c493 zend_hash_init_ex(compiler_globals->function_table, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); in compiler_globals_ctor()
497 zend_hash_init_ex(compiler_globals->class_table, 10, NULL, ZEND_CLASS_DTOR, 1, 0); in compiler_globals_ctor()
505 zend_hash_init_ex(compiler_globals->auto_globals, 8, NULL, NULL, 1, 0); in compiler_globals_ctor()
656 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
657 zend_hash_init_ex(GLOBAL_CLASS_TABLE, 10, NULL, ZEND_CLASS_DTOR, 1, 0); in zend_startup()
658 zend_hash_init_ex(GLOBAL_AUTO_GLOBALS_TABLE, 8, NULL, (dtor_func_t) zend_auto_global_dtor, 1, 0); in zend_startup()
659 zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 20, NULL, ZEND_CONSTANT_DTOR, 1, 0); in zend_startup()
661 zend_hash_init_ex(&module_registry, 50, NULL, ZEND_MODULE_DTOR, 1, 0); in zend_startup()
H A Dzend_ini.c95 if (zend_hash_init_ex(registered_zend_ini_directives, 100, NULL, NULL, 1, 0) == FAILURE) { in zend_ini_startup()
137 …if (zend_hash_init_ex(EG(ini_directives), registered_zend_ini_directives->nNumOfElements, NULL, NU… in zend_copy_ini_directives()
H A Dzend_list.c234 return zend_hash_init_ex(&EG(persistent_list), 0, NULL, plist_entry_destructor, 1, 0); in zend_init_rsrc_plist()
H A Dzend_hash.h104 #define zend_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) _ze… macro
H A Dzend_compile.c5019 zend_hash_init_ex(&ce->default_properties, 0, NULL, zval_ptr_dtor_func, persistent_hashes, 0); in zend_initialize_class_data()
5020zend_hash_init_ex(&ce->properties_info, 0, NULL, (dtor_func_t) (persistent_hashes ? zend_destroy_p… in zend_initialize_class_data()
5021 zend_hash_init_ex(&ce->default_static_members, 0, NULL, zval_ptr_dtor_func, persistent_hashes, 0); in zend_initialize_class_data()
5022 zend_hash_init_ex(&ce->constants_table, 0, NULL, zval_ptr_dtor_func, persistent_hashes, 0); in zend_initialize_class_data()
5023 zend_hash_init_ex(&ce->function_table, 0, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0); in zend_initialize_class_data()
/PHP-5.3/ext/standard/
H A Dbrowscap.c255 if (zend_hash_init_ex(browdata->htab, 0, NULL, in browscap_read_file()
/PHP-5.3/sapi/apache/
H A Dmod_php5.c775 zend_hash_init_ex(per_dir_info, 5, NULL, (void (*)(void *)) destroy_per_dir_entry, 1, 0); in php_create_dir()
/PHP-5.3/main/
H A DSAPI.c61 zend_hash_init_ex(&sapi_globals->known_post_content_types, 5, NULL, NULL, 1, 0); in sapi_globals_ctor()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c1299 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, NULL, dbh->is_persistent, 0); in pdo_hash_methods()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c862 zend_hash_init_ex(conf->ini_settings, 5, NULL, (void (*)(void *)) destroy_per_dir_entry, 1, 0); in php_create_dir()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c922 zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, PHP_PGSQL_NOTICE_PTR_DTOR, 1, 0); in PHP_INI_END()

Completed in 73 milliseconds