Home
last modified time | relevance | path

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

/php-src/docs/source/core/data-structures/
H A Dzval.rst171 #define IS_ALIAS_PTR 14
193 ``IS_ALIAS_PTR`` is used for class aliases registered via ``class_alias``. Essentially, it just
/php-src/ext/opcache/
H A Dzend_persist.c1277 if (EXPECTED(Z_TYPE(p->val) != IS_ALIAS_PTR)) { in zend_accel_persist_class_table()
1289 if (EXPECTED(Z_TYPE(p->val) != IS_ALIAS_PTR)) { in zend_accel_persist_class_table()
1306 if (EXPECTED(Z_TYPE(p->val) != IS_ALIAS_PTR)) { in zend_accel_persist_class_table()
H A Dzend_accelerator_module.c733 if (Z_TYPE_P(zv) == IS_ALIAS_PTR) {
/php-src/Zend/
H A Dzend_opcode.c304 if (UNEXPECTED(Z_TYPE_INFO_P(zv) == IS_ALIAS_PTR)) { in destroy_zend_class()
539 if (Z_TYPE_P(zv) != IS_ALIAS_PTR && !(ce->ce_flags & ZEND_ACC_IMMUTABLE)) { in zend_class_add_ref()
H A Dzend_types.h625 #define IS_ALIAS_PTR 14 macro
1258 Z_TYPE_INFO_P(z) = IS_ALIAS_PTR; \
H A Dzend_builtin_functions.c1392 ZEND_ASSERT(Z_TYPE_P(zv) == IS_ALIAS_PTR); in get_declared_class_impl()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c1561 if (Z_TYPE_P(zv) == IS_ALIAS_PTR) { in zend_foreach_op_array()
1736 if (Z_TYPE_P(zv) == IS_ALIAS_PTR) { in zend_optimize_script()

Completed in 31 milliseconds