Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_globals.h116 zend_bool auto_globals_jit; member
H A Dphp_variables.c927 …al(zend_string_init_interned("_SERVER", sizeof("_SERVER")-1, 1), PG(auto_globals_jit), php_auto_gl… in php_startup_auto_globals()
928 …o_global(zend_string_init_interned("_ENV", sizeof("_ENV")-1, 1), PG(auto_globals_jit), php_auto_gl… in php_startup_auto_globals()
929 …(zend_string_init_interned("_REQUEST", sizeof("_REQUEST")-1, 1), PG(auto_globals_jit), php_auto_gl… in php_startup_auto_globals()
H A Dmain.c704 …o_globals_jit", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, auto_globals_jit, php_core_glo…
/PHP-8.0/sapi/phpdbg/tests/
H A Dinfo_001.phpt4 auto_globals_jit=0
/PHP-8.0/ext/filter/
H A Dfilter.c478 if (PG(auto_globals_jit)) { in php_filter_get_storage()
484 if (PG(auto_globals_jit)) { in php_filter_get_storage()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c149 PG(auto_globals_jit) = 0; in phpdbg_webdata_decompress()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c1836 if (PG(auto_globals_jit)) { in opcache_compile_file()
4525 if (PG(auto_globals_jit)) {
/PHP-8.0/
H A Dphp.ini-development686 auto_globals_jit = On
H A Dphp.ini-production688 auto_globals_jit = On

Completed in 48 milliseconds