Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_types.h866 #define Z_CE(zval) (zval).value.ce macro
867 #define Z_CE_P(zval_p) Z_CE(*(zval_p))
H A Dzend_execute_API.c1134 } else if (Z_CE(ex->This)) { in zend_get_called_scope()
1135 return Z_CE(ex->This); in zend_get_called_scope()
H A Dzend_vm_def.h3685 ce = Z_CE(EX(This));
7937 called_scope = Z_CE(EX(This));
8517 called_scope = Z_CE(EX(This));
9067 } else if (Z_CE(EX(This))) {
9068 ZVAL_STR_COPY(EX_VAR(opline->result.var), Z_CE(EX(This))->name);
H A Dzend_vm_execute.h6707 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9000 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9743 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
11388 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
24032 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
26612 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
28014 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
30796 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
32910 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
34775 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc9230 | // Z_CE(call->This) = called_scope;

Completed in 184 milliseconds