Home
last modified time | relevance | path

Searched refs:IS_ALIAS_PTR (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/opcache/
H A Dzend_persist.c1247 if (EXPECTED(Z_TYPE(p->val) != IS_ALIAS_PTR)) { in zend_accel_persist_class_table()
1259 if (EXPECTED(Z_TYPE(p->val) != IS_ALIAS_PTR)) { in zend_accel_persist_class_table()
1276 if (EXPECTED(Z_TYPE(p->val) != IS_ALIAS_PTR)) { in zend_accel_persist_class_table()
H A Dzend_accelerator_module.c723 if (Z_TYPE_P(zv) == IS_ALIAS_PTR) {
/PHP-8.3/Zend/
H A Dzend_opcode.c298 if (UNEXPECTED(Z_TYPE_INFO_P(zv) == IS_ALIAS_PTR)) { in destroy_zend_class()
522 if (Z_TYPE_P(zv) != IS_ALIAS_PTR && !(ce->ce_flags & ZEND_ACC_IMMUTABLE)) { in zend_class_add_ref()
H A Dzend_types.h624 #define IS_ALIAS_PTR 14 macro
1254 Z_TYPE_INFO_P(z) = IS_ALIAS_PTR; \
H A Dzend_builtin_functions.c1276 ZEND_ASSERT(Z_TYPE_P(zv) == IS_ALIAS_PTR); in get_declared_class_impl()
/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.c1433 if (Z_TYPE_P(zv) == IS_ALIAS_PTR) { in zend_foreach_op_array()
1595 if (Z_TYPE_P(zv) == IS_ALIAS_PTR) { in zend_optimize_script()

Completed in 42 milliseconds