Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_constants.c40 if (!(ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT)) { in free_zend_constant()
61 ZEND_ASSERT(ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in copy_zend_constant()
255 if (ZEND_CONSTANT_FLAGS(c) & CONST_CS) { in zend_get_constant_str_impl()
286 if (ZEND_CONSTANT_FLAGS(c) & CONST_CS) { in zend_get_constant_impl()
436 if ((ZEND_CONSTANT_FLAGS(c) & CONST_CS) != 0) { in zend_get_constant_ex()
465 if (!(ZEND_CONSTANT_FLAGS(c) & (CONST_CS|CONST_CT_SUBST)) && is_access_deprecated(c, name)) { in zend_get_constant_ex()
479 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()
484 pefree(copy, ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()
499 if (!(ZEND_CONSTANT_FLAGS(c) & CONST_CS)) { in zend_register_constant()
500 lowercase_name = zend_string_tolower_ex(c->name, ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_register_constant()
[all …]
H A Dzend_constants.h40 #define ZEND_CONSTANT_FLAGS(c) \ macro
H A Dzend_execute_API.c104 return (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_constant_full()
322 if (ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) { in shutdown_executor()
H A Dzend_execute.c3304 if (zv && (ZEND_CONSTANT_FLAGS((zend_constant*)Z_PTR_P(zv)) & CONST_CS) == 0) { in _zend_quick_get_constant()
3315 if (zv && (ZEND_CONSTANT_FLAGS((zend_constant*)Z_PTR_P(zv)) & CONST_CS) == 0) { in _zend_quick_get_constant()
3347 if (!(ZEND_CONSTANT_FLAGS(c) & (CONST_CS|CONST_CT_SUBST))) { in _zend_quick_get_constant()
H A Dzend_compile.c1371 if (c && !(ZEND_CONSTANT_FLAGS(c) & CONST_CS) && (ZEND_CONSTANT_FLAGS(c) & CONST_CT_SUBST)) { in zend_lookup_reserved_const()
1385 ((ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) in zend_try_ct_eval_const()
1387 …&& (!(ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) || !(CG(compiler_options) & ZEND_COMPILE_WITH_… in zend_try_ct_eval_const()
/PHP-7.3/ext/opcache/Optimizer/
H A Dblock_pass.c47 if (!(ZEND_CONSTANT_FLAGS(c) & CONST_CT_SUBST) || (ZEND_CONSTANT_FLAGS(c) & CONST_CS)) { in zend_optimizer_get_persistent_constant()
57 if ((ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT) in zend_optimizer_get_persistent_constant()
58 && (!(ZEND_CONSTANT_FLAGS(c) & CONST_NO_FILE_CACHE) in zend_optimizer_get_persistent_constant()
/PHP-7.3/
H A DUPGRADING.INTERNALS169 ZEND_CONSTANT_FLAGS(), ZEND_CONSTANT_MODULE_NUMBER() and

Completed in 61 milliseconds