Home
last modified time | relevance | path

Searched refs:auto_globals (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/Zend/
H A Dzend.c69 # define GLOBAL_AUTO_GLOBALS_TABLE CG(auto_globals)
719 compiler_globals->auto_globals = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
720 zend_hash_init(compiler_globals->auto_globals, 8, NULL, auto_global_dtor, 1); in compiler_globals_ctor()
721 zend_hash_copy(compiler_globals->auto_globals, global_auto_globals_table, auto_global_copy_ctor); in compiler_globals_ctor()
768 if (compiler_globals->auto_globals != GLOBAL_AUTO_GLOBALS_TABLE) { in compiler_globals_dtor()
769 zend_hash_destroy(compiler_globals->auto_globals); in compiler_globals_dtor()
770 free(compiler_globals->auto_globals); in compiler_globals_dtor()
1003 compiler_globals->auto_globals = GLOBAL_AUTO_GLOBALS_TABLE; in zend_startup()
H A Dzend_globals.h96 HashTable *auto_globals; member
H A Dzend_compile.c1897 if ((auto_global = zend_hash_str_find_ptr(CG(auto_globals), name, len)) != NULL) { in zend_is_auto_global_str()
1911 if ((auto_global = zend_hash_find_ptr(CG(auto_globals), name)) != NULL) { in zend_is_auto_global()
1930 …retval = zend_hash_add_mem(CG(auto_globals), auto_global.name, &auto_global, sizeof(zend_auto_glob… in zend_register_auto_global()
1940 ZEND_HASH_MAP_FOREACH_PTR(CG(auto_globals), auto_global) { in zend_activate_auto_globals()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_info.c189 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_arm_auto_global); in phpdbg_print_symbols()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c734 ZEND_HASH_MAP_FOREACH_BUCKET(CG(auto_globals), p) { in accel_copy_permanent_strings()

Completed in 47 milliseconds