Searched refs:Z_CE (Results 1 – 7 of 7) sorted by relevance
579 zend_persist_class_entry_calc(Z_CE(p->val)); in zend_accel_persist_class_table_calc()
1274 Z_CE(p->val) = zend_persist_class_entry(Z_CE(p->val)); in zend_accel_persist_class_table()
1036 #define Z_CE(zval) (zval).value.ce macro1037 #define Z_CE_P(zval_p) Z_CE(*(zval_p))
1295 } else if (Z_CE(ex->This)) { in zend_get_called_scope()1296 return Z_CE(ex->This); in zend_get_called_scope()
892 zend_create_fake_closure(return_value, mptr, mptr->common.scope, Z_CE(call->This), NULL); in zend_closure_from_frame()
3811 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);
7397 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