Home
last modified time | relevance | path

Searched refs:Z_CE (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/ext/opcache/
H A Dzend_persist_calc.c572 zend_persist_class_entry_calc(Z_CE(p->val)); in zend_accel_persist_class_table_calc()
H A Dzend_persist.c1244 Z_CE(p->val) = zend_persist_class_entry(Z_CE(p->val)); in zend_accel_persist_class_table()
/PHP-8.3/Zend/
H A Dzend_types.h1032 #define Z_CE(zval) (zval).value.ce macro
1033 #define Z_CE_P(zval_p) Z_CE(*(zval_p))
H A Dzend_execute_API.c1253 } else if (Z_CE(ex->This)) { in zend_get_called_scope()
1254 return Z_CE(ex->This); in zend_get_called_scope()
H A Dzend_closures.c880 zend_create_fake_closure(return_value, mptr, mptr->common.scope, Z_CE(call->This), NULL); in zend_closure_from_frame()
H A Dzend_vm_def.h3743 ce = Z_CE(EX(This));
8175 called_scope = Z_CE(EX(This));
8767 called_scope = Z_CE(EX(This));
9417 } else if (Z_CE(EX(This))) {
9418 ZVAL_STR_COPY(EX_VAR(opline->result.var), Z_CE(EX(This))->name);
H A Dzend_vm_execute.h7050 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9570 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
10323 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
11957 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
24766 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
27634 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
29148 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
32022 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
34179 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
36234 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc8604 | // Z_CE(call->This) = called_scope;
H A Dzend_jit_x86.dasc9225 | // Z_CE(call->This) = called_scope;

Completed in 358 milliseconds