Home
last modified time | relevance | path

Searched refs:ZEND_CONSTANT_FLAGS (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_constants.c43 if (!(ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT)) { in free_zend_constant()
64 ZEND_ASSERT(ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in copy_zend_constant()
461 if (!(flags & ZEND_FETCH_CLASS_SILENT) && (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED)) { in zend_get_constant_ex()
470 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()
475 pefree(copy, ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()
485 zend_bool persistent = (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) != 0; in zend_register_constant()
H A Dzend_constants.h37 #define ZEND_CONSTANT_FLAGS(c) \ macro
H A Dzend_execute_API.c108 return (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_constant_full()
H A Dzend_compile.c1438 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in can_ct_eval_const()
1441 if ((ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) in can_ct_eval_const()
1443 && !((ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in can_ct_eval_const()
H A Dzend_execute.c4579 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in _zend_quick_get_constant()
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c38 if ((ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) in zend_optimizer_get_persistent_constant()
39 && !(ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) in zend_optimizer_get_persistent_constant()
40 && (!(ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in zend_optimizer_get_persistent_constant()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c274 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in _zend_quick_get_constant()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c3276 if (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) {
4662 if (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) {

Completed in 68 milliseconds