Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/tests/
H A Dpreloading_no_auto_globals_jit.phpt2 Preloading with auto_globals_jit=0
4 auto_globals_jit=0
/PHP-8.2/main/
H A Dphp_globals.h119 bool auto_globals_jit; member
H A Dphp_variables.c968 …zend_register_auto_global(ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_SERVER), PG(auto_globals_jit), php_auto_g… in php_startup_auto_globals()
969 …zend_register_auto_global(ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_ENV), PG(auto_globals_jit), php_auto_glob… in php_startup_auto_globals()
970 …zend_register_auto_global(ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_REQUEST), PG(auto_globals_jit), php_auto_… in php_startup_auto_globals()
H A Dmain.c710 …o_globals_jit", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, auto_globals_jit, php_core_glo…
/PHP-8.2/sapi/phpdbg/tests/
H A Dinfo_001.phpt4 auto_globals_jit=0
/PHP-8.2/ext/filter/
H A Dfilter.c414 if (PG(auto_globals_jit)) { in php_filter_get_storage()
420 if (PG(auto_globals_jit)) { in php_filter_get_storage()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c1857 if (PG(auto_globals_jit)) { in opcache_compile_file()
4401 if (PG(auto_globals_jit)) {
/PHP-8.2/
H A Dphp.ini-development696 auto_globals_jit = On
H A Dphp.ini-production698 auto_globals_jit = On

Completed in 40 milliseconds