Home
last modified time | relevance | path

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

/php-src/main/
H A Dmain_arginfo.h101 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()
/php-src/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.c1665 && !((ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in can_ct_eval_const()
/php-src/Zend/Optimizer/
H A Dblock_pass.c39 && (!(ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in zend_optimizer_get_persistent_constant()
/php-src/ext/reflection/
H A Dphp_reflection.c553 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