Lines Matching refs:called_scope
3543 zend_class_entry *called_scope; variable
3621 called_scope = obj->ce;
3624 EXPECTED(CACHED_PTR(opline->result.num) == called_scope)) {
3648 CACHE_POLYMORPHIC_PTR(opline->result.num, called_scope, fbc);
3674 obj = (zend_object*)called_scope;
3932 object_or_called_scope = fcc.called_scope;
8258 zend_class_entry *called_scope; variable
8262 called_scope = Z_OBJCE(EX(This));
8270 called_scope = Z_CE(EX(This));
8275 EX(func)->op_array.scope, called_scope, object);
8804 zend_class_entry *called_scope, *scope; variable
8852 called_scope = Z_OBJCE(EX(This));
8854 called_scope = Z_CE(EX(This));
8856 ZVAL_STR_COPY(EX_VAR(opline->result.var), called_scope->name);