Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend.c683 static void auto_global_dtor(zval *zv) /* {{{ */ in auto_global_dtor() function
719 zend_hash_init(compiler_globals->auto_globals, 8, NULL, auto_global_dtor, 1); in compiler_globals_ctor()
989 zend_hash_init(GLOBAL_AUTO_GLOBALS_TABLE, 8, NULL, auto_global_dtor, 1); in zend_startup()

Completed in 9 milliseconds