Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_constants.h27 #define CONST_NO_FILE_CACHE (1<<1) /* Can't be saved in file cache */ macro
H A Dzend_compile.c1583 && !((ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in can_ct_eval_const()
/PHP-8.3/main/
H A Dmain.c2166 …NT("PHP_SAPI", sapi_module.name, strlen(sapi_module.name), CONST_PERSISTENT | CONST_NO_FILE_CACHE); in php_module_startup()
2170 …TANT("PHP_BINARY", PG(php_binary), strlen(PG(php_binary)), CONST_PERSISTENT | CONST_NO_FILE_CACHE); in php_module_startup()
2172 REGISTER_MAIN_STRINGL_CONSTANT("PHP_BINARY", "", 0, CONST_PERSISTENT | CONST_NO_FILE_CACHE); in php_module_startup()
/PHP-8.3/Zend/Optimizer/
H A Dblock_pass.c39 && (!(ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in zend_optimizer_get_persistent_constant()

Completed in 42 milliseconds