Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend.c511 zend_hash_init_ex(compiler_globals->function_table, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); in compiler_globals_ctor()
515 zend_hash_init_ex(compiler_globals->class_table, 10, NULL, ZEND_CLASS_DTOR, 1, 0); in compiler_globals_ctor()
523 zend_hash_init_ex(compiler_globals->auto_globals, 8, NULL, NULL, 1, 0); in compiler_globals_ctor()
704 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
705 zend_hash_init_ex(GLOBAL_CLASS_TABLE, 10, NULL, ZEND_CLASS_DTOR, 1, 0); in zend_startup()
706 zend_hash_init_ex(GLOBAL_AUTO_GLOBALS_TABLE, 8, NULL, NULL, 1, 0); in zend_startup()
707 zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 20, NULL, ZEND_CONSTANT_DTOR, 1, 0); in zend_startup()
709 zend_hash_init_ex(&module_registry, 50, NULL, ZEND_MODULE_DTOR, 1, 0); in zend_startup()
H A Dzend_ini.c96 if (zend_hash_init_ex(registered_zend_ini_directives, 100, NULL, NULL, 1, 0) == FAILURE) { in zend_ini_startup()
139 …if (zend_hash_init_ex(EG(ini_directives), registered_zend_ini_directives->nNumOfElements, NULL, NU… in zend_copy_ini_directives()
H A Dzend_list.c233 return zend_hash_init_ex(&EG(persistent_list), 0, NULL, plist_entry_destructor, 1, 0); in zend_init_rsrc_plist()
H A Dzend_hash.h105 #define zend_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) _ze… macro
H A Dzend_compile.c3911 zend_hash_init_ex(*overriden, 2, NULL, NULL, 0, 0); in zend_add_trait_method()
4216 zend_hash_init_ex(&exclude_table, 2, NULL, NULL, 0, 0); in zend_do_traits_method_binding()
6826zend_hash_init_ex(&ce->properties_info, 0, NULL, (dtor_func_t) (persistent_hashes ? zend_destroy_p… in zend_initialize_class_data()
6827 zend_hash_init_ex(&ce->constants_table, 0, NULL, zval_ptr_dtor_func, persistent_hashes, 0); in zend_initialize_class_data()
6828 zend_hash_init_ex(&ce->function_table, 0, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0); in zend_initialize_class_data()
/PHP-5.5/ext/standard/
H A Dbrowscap.c255 if (zend_hash_init_ex(browdata->htab, 0, NULL, in browscap_read_file()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c771 zend_hash_init_ex(per_dir_info, 5, NULL, (void (*)(void *)) destroy_per_dir_entry, 1, 0); in php_create_dir()
/PHP-5.5/main/
H A DSAPI.c63 zend_hash_init_ex(&sapi_globals->known_post_content_types, 5, NULL, NULL, 1, 0); in sapi_globals_ctor()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c857 zend_hash_init_ex(conf->ini_settings, 5, NULL, (void (*)(void *)) destroy_per_dir_entry, 1, 0); in php_create_dir()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1308 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, NULL, dbh->is_persistent, 0); in pdo_hash_methods()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1066 zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, PHP_PGSQL_NOTICE_PTR_DTOR, 1, 0); in PHP_INI_END()

Completed in 63 milliseconds