auto_globals_jit 540 ext/filter/filter.c if (PG(auto_globals_jit)) { auto_globals_jit 546 ext/filter/filter.c if (PG(auto_globals_jit)) { auto_globals_jit 1524 ext/opcache/ZendAccelerator.c if (PG(auto_globals_jit)) { auto_globals_jit 513 main/main.c STD_PHP_INI_BOOLEAN("auto_globals_jit", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, auto_globals_jit, php_core_globals, core_globals) auto_globals_jit 121 main/php_globals.h zend_bool auto_globals_jit; auto_globals_jit 828 main/php_variables.c zend_register_auto_global(zend_string_init("_SERVER", sizeof("_SERVER")-1, 1), PG(auto_globals_jit), php_auto_globals_create_server); auto_globals_jit 829 main/php_variables.c zend_register_auto_global(zend_string_init("_ENV", sizeof("_ENV")-1, 1), PG(auto_globals_jit), php_auto_globals_create_env); auto_globals_jit 830 main/php_variables.c zend_register_auto_global(zend_string_init("_REQUEST", sizeof("_REQUEST")-1, 1), PG(auto_globals_jit), php_auto_globals_create_request); auto_globals_jit 155 sapi/phpdbg/phpdbg_wait.c PG(auto_globals_jit) = 0;