Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_constants.c44 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()
H A Dzend_constants.h39 #define ZEND_CONSTANT_FLAGS(c) \ macro
H A Dzend_execute_API.c114 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.c1660 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()
H A Dzend_execute.c5265 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in _zend_quick_get_constant()
/php-src/Zend/Optimizer/
H A Dblock_pass.c37 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()
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c325 if (ZEND_CONSTANT_FLAGS(c) & CONST_DEPRECATED) { in _zend_quick_get_constant()
H A Dzend_jit.c558 return c && (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_jit_is_persistent_constant()
/php-src/ext/opcache/
H A DZendAccelerator.c3517 if (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) {
/php-src/ext/reflection/
H A Dphp_reflection.c7577 RETURN_BOOL(ZEND_CONSTANT_FLAGS(const_) & CONST_DEPRECATED); in ZEND_METHOD()

Completed in 113 milliseconds