Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend.c571 static void auto_global_dtor(zval *zv) /* {{{ */ in auto_global_dtor() function
645 zend_hash_init_ex(compiler_globals->auto_globals, 8, NULL, auto_global_dtor, 1, 0); in compiler_globals_ctor()
876 zend_hash_init_ex(GLOBAL_AUTO_GLOBALS_TABLE, 8, NULL, auto_global_dtor, 1, 0); in zend_startup()

Completed in 25 milliseconds