Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_globals.h119 zend_bool auto_globals_jit; member
H A Dphp_variables.c951 …al(zend_string_init_interned("_SERVER", sizeof("_SERVER")-1, 1), PG(auto_globals_jit), php_auto_gl… in php_startup_auto_globals()
952 …o_global(zend_string_init_interned("_ENV", sizeof("_ENV")-1, 1), PG(auto_globals_jit), php_auto_gl… in php_startup_auto_globals()
953 …(zend_string_init_interned("_REQUEST", sizeof("_REQUEST")-1, 1), PG(auto_globals_jit), php_auto_gl… in php_startup_auto_globals()
H A Dmain.c788 …o_globals_jit", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, auto_globals_jit, php_core_glo…
/PHP-7.4/sapi/phpdbg/tests/
H A Dinfo_001.phpt4 auto_globals_jit=0
/PHP-7.4/ext/filter/
H A Dfilter.c543 if (PG(auto_globals_jit)) { in php_filter_get_storage()
549 if (PG(auto_globals_jit)) { in php_filter_get_storage()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c155 PG(auto_globals_jit) = 0; in phpdbg_webdata_decompress()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1794 if (PG(auto_globals_jit)) { in opcache_compile_file()
4412 if (PG(auto_globals_jit)) { in accel_preload()
/PHP-7.4/
H A Dphp.ini-development679 auto_globals_jit = On
H A Dphp.ini-production679 auto_globals_jit = On

Completed in 43 milliseconds