Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_vm_execute.skl60 zend_hash_init_ex(zend_handlers_table, zend_handlers_count, NULL, NULL, 1, 0);
H A Dzend.c495 zend_hash_init_ex(compiler_globals->function_table, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in compiler_globals_ctor()
499 zend_hash_init_ex(compiler_globals->class_table, 64, NULL, ZEND_CLASS_DTOR, 1, 0); in compiler_globals_ctor()
505 zend_hash_init_ex(compiler_globals->auto_globals, 8, NULL, auto_global_dtor, 1, 0); in compiler_globals_ctor()
737 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
738 zend_hash_init_ex(GLOBAL_CLASS_TABLE, 64, NULL, ZEND_CLASS_DTOR, 1, 0); in zend_startup()
739 zend_hash_init_ex(GLOBAL_AUTO_GLOBALS_TABLE, 8, NULL, auto_global_dtor, 1, 0); in zend_startup()
740 zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 128, NULL, ZEND_CONSTANT_DTOR, 1, 0); in zend_startup()
742 zend_hash_init_ex(&module_registry, 32, NULL, module_destructor_zval, 1, 0); in zend_startup()
H A Dzend_list.c220 zend_hash_init_ex(&EG(persistent_list), 8, NULL, plist_entry_destructor, 1, 0); in zend_init_rsrc_plist()
H A Dzend_ini.c112 zend_hash_init_ex(registered_zend_ini_directives, 128, NULL, free_ini_entry, 1, 0); in zend_ini_startup()
176zend_hash_init_ex(EG(ini_directives), registered_zend_ini_directives->nNumOfElements, NULL, free_i… in zend_copy_ini_directives()
H A Dzend_inheritance.c1188 zend_hash_init_ex(*overriden, 8, NULL, overriden_ptr_dtor, 0, 0); in zend_add_trait_method()
1485 zend_hash_init_ex(&exclude_table, 8, NULL, NULL, 0, 0); in zend_do_traits_method_binding()
H A Dzend_hash.h69 #define zend_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) _ze… macro
H A Dzend_compile.c1746zend_hash_init_ex(&ce->properties_info, 8, NULL, (persistent_hashes ? zend_destroy_property_info_i… in zend_initialize_class_data()
1747zend_hash_init_ex(&ce->constants_table, 8, NULL, (persistent_hashes ? zend_destroy_class_constant_… in zend_initialize_class_data()
1748 zend_hash_init_ex(&ce->function_table, 8, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0); in zend_initialize_class_data()
H A Dzend_vm_execute.h62677 zend_hash_init_ex(zend_handlers_table, zend_handlers_count, NULL, NULL, 1, 0);
/PHP-7.1/ext/standard/
H A Dbrowscap.c418 zend_hash_init_ex(browdata->htab, 0, NULL, in browscap_read_file()
/PHP-7.1/main/
H A DSAPI.c65 zend_hash_init_ex(&sapi_globals->known_post_content_types, 8, NULL, _type_dtor, 1, 0); in sapi_globals_ctor()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c1293 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, in pdo_hash_methods()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c1101 zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END()

Completed in 197 milliseconds