Searched refs:CONST_NO_FILE_CACHE (Results 1 – 4 of 4) sorted by relevance
27 #define CONST_NO_FILE_CACHE (1<<1) /* Can't be saved in file cache */ macro
1583 && !((ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in can_ct_eval_const()
2166 …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()
39 && (!(ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in zend_optimizer_get_persistent_constant()
Completed in 42 milliseconds