Searched refs:CONST_NO_FILE_CACHE (Results 1 – 5 of 5) sorted by relevance
101 REGISTER_STRING_CONSTANT("PHP_SAPI", sapi_module.name, CONST_PERSISTENT | CONST_NO_FILE_CACHE); in register_main_symbols()102 …NSTANT("PHP_BINARY", PG(php_binary) ? PG(php_binary) : "", CONST_PERSISTENT | CONST_NO_FILE_CACHE); in register_main_symbols()
27 #define CONST_NO_FILE_CACHE (1<<1) /* Can't be saved in file cache */ macro
1665 && !((ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in can_ct_eval_const()
39 && (!(ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in zend_optimizer_get_persistent_constant()
553 if (flags & (CONST_PERSISTENT|CONST_NO_FILE_CACHE|CONST_DEPRECATED)) { in _const_string()566 DUMP_CONST_FLAG(CONST_NO_FILE_CACHE, "no_file_cache"); in _const_string()
Completed in 69 milliseconds