Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_persist_calc.c579 zend_persist_class_entry_calc(Z_CE(p->val)); in zend_accel_persist_class_table_calc()
H A Dzend_persist.c1274 Z_CE(p->val) = zend_persist_class_entry(Z_CE(p->val)); in zend_accel_persist_class_table()
/php-src/Zend/
H A Dzend_types.h1036 #define Z_CE(zval) (zval).value.ce macro
1037 #define Z_CE_P(zval_p) Z_CE(*(zval_p))
H A Dzend_execute_API.c1295 } else if (Z_CE(ex->This)) { in zend_get_called_scope()
1296 return Z_CE(ex->This); in zend_get_called_scope()
H A Dzend_closures.c892 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.h3811 ce = Z_CE(EX(This));
8260 called_scope = Z_CE(EX(This));
8844 called_scope = Z_CE(EX(This));
9494 } else if (Z_CE(EX(This))) {
9495 ZVAL_STR_COPY(EX_VAR(opline->result.var), Z_CE(EX(This))->name);
H A Dzend_vm_execute.h7397 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9961 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
10709 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
12443 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
25469 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
28402 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
29912 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
32851 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
35122 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
37291 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]

Completed in 186 milliseconds