Home
last modified time | relevance | path

Searched refs:zend_hash_init_ex (Results 1 – 12 of 12) sorted by last modified time

/PHP-7.3/Zend/
H A Dzend_vm_execute.h65092 zend_hash_init_ex(zend_handlers_table, zend_handlers_count, NULL, NULL, 1, 0);
H A Dzend_ini.c110 zend_hash_init_ex(registered_zend_ini_directives, 128, NULL, free_ini_entry, 1, 0); in zend_ini_startup()
174zend_hash_init_ex(EG(ini_directives), registered_zend_ini_directives->nNumOfElements, NULL, free_i… in zend_copy_ini_directives()
H A Dzend_compile.c1723zend_hash_init_ex(&ce->properties_info, 8, NULL, (persistent_hashes ? zend_destroy_property_info_i… in zend_initialize_class_data()
1724 zend_hash_init_ex(&ce->constants_table, 8, NULL, NULL, persistent_hashes, 0); in zend_initialize_class_data()
1725 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.skl66 zend_hash_init_ex(zend_handlers_table, zend_handlers_count, NULL, NULL, 1, 0);
H A Dzend_list.c218 zend_hash_init_ex(&EG(persistent_list), 8, NULL, plist_entry_destructor, 1, 0); in zend_init_rsrc_plist()
H A Dzend_hash.h99 #define zend_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) \ macro
H A Dzend_inheritance.c1217 zend_hash_init_ex(*overriden, 8, NULL, overriden_ptr_dtor, 0, 0); in zend_add_trait_method()
H A Dzend.c620 zend_hash_init_ex(compiler_globals->function_table, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in compiler_globals_ctor()
624 zend_hash_init_ex(compiler_globals->class_table, 64, NULL, ZEND_CLASS_DTOR, 1, 0); in compiler_globals_ctor()
630 zend_hash_init_ex(compiler_globals->auto_globals, 8, NULL, auto_global_dtor, 1, 0); in compiler_globals_ctor()
852 zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0); in zend_startup()
853 zend_hash_init_ex(GLOBAL_CLASS_TABLE, 64, NULL, ZEND_CLASS_DTOR, 1, 0); in zend_startup()
854 zend_hash_init_ex(GLOBAL_AUTO_GLOBALS_TABLE, 8, NULL, auto_global_dtor, 1, 0); in zend_startup()
855 zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 128, NULL, ZEND_CONSTANT_DTOR, 1, 0); in zend_startup()
857 zend_hash_init_ex(&module_registry, 32, NULL, module_destructor_zval, 1, 0); in zend_startup()
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c1315 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, in pdo_hash_methods()
/PHP-7.3/main/
H A DSAPI.c63 zend_hash_init_ex(&sapi_globals->known_post_content_types, 8, NULL, _type_dtor, 1, 0); in sapi_globals_ctor()
/PHP-7.3/ext/standard/
H A Dbrowscap.c441 zend_hash_init_ex(browdata->htab, 0, NULL, in browscap_read_file()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c1105 zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END()
1106 zend_hash_init_ex(&pgsql_globals->hashes, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END()

Completed in 226 milliseconds