Searched refs:ZEND_CONSTANT_FLAGS (Results 1 – 8 of 8) sorted by relevance
43 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()
37 #define ZEND_CONSTANT_FLAGS(c) \ macro
108 return (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_constant_full()
1438 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()
4579 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in _zend_quick_get_constant()
38 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()
274 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in _zend_quick_get_constant()
3276 if (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) {4662 if (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) {
Completed in 108 milliseconds