Searched refs:ZEND_CONSTANT_FLAGS (Results 1 – 10 of 10) sorted by relevance
44 if (!(ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT)) { in free_zend_constant()71 ZEND_ASSERT(ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in copy_zend_constant()467 if (!(flags & ZEND_FETCH_CLASS_SILENT) && (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED)) { in zend_get_constant_ex()476 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()481 pefree(copy, ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()491 bool persistent = (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) != 0; in zend_register_constant()
39 #define ZEND_CONSTANT_FLAGS(c) \ macro
114 return (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_constant_full()
1660 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in can_ct_eval_const()1663 if ((ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) in can_ct_eval_const()1665 && !((ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in can_ct_eval_const()
5265 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in _zend_quick_get_constant()
37 if ((ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) in zend_optimizer_get_persistent_constant()38 && !(ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) in zend_optimizer_get_persistent_constant()39 && (!(ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in zend_optimizer_get_persistent_constant()
325 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in _zend_quick_get_constant()
558 return c && (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_jit_is_persistent_constant()
3517 if (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) {
7577 RETURN_BOOL(ZEND_CONSTANT_FLAGS(const_) & CONST_DEPRECATED); in ZEND_METHOD()
Completed in 113 milliseconds