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.c566 zend_persist_class_entry_calc(Z_CE(p->val)); in zend_accel_persist_class_table_calc()
H A Dzend_persist.c1235 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.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.c1267 } else if (Z_CE(ex->This)) { in zend_get_called_scope()
1268 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.h3743 ce = Z_CE(EX(This));
8193 called_scope = Z_CE(EX(This));
8785 called_scope = Z_CE(EX(This));
9435 } else if (Z_CE(EX(This))) {
9436 ZVAL_STR_COPY(EX_VAR(opline->result.var), Z_CE(EX(This))->name);
H A Dzend_vm_execute.h7171 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9691 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
10444 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
12078 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
24887 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
27755 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
29269 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
32143 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
34300 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
36355 ce = Z_CE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]

Completed in 223 milliseconds