Lines Matching refs:called_scope
3004 zend_class_entry *called_scope; variable
3073 called_scope = obj->ce;
3076 EXPECTED(CACHED_PTR(opline->result.num) == called_scope)) {
3106 CACHE_POLYMORPHIC_PTR(opline->result.num, called_scope, fbc);
3141 fbc, opline->extended_value, called_scope, obj);
3379 zend_class_entry *called_scope; variable
3388 called_scope = fcc.called_scope;
3433 called_scope = NULL;
3438 func, opline->extended_value, called_scope, object);
7094 zend_class_entry *called_scope; variable
7101 called_scope = Z_OBJCE(EX(This));
7109 called_scope = Z_CE(EX(This));
7113 EX(func)->op_array.scope, called_scope, object);
7665 zend_class_entry *called_scope, *scope; variable
7696 called_scope = Z_OBJCE(EX(This));
7698 called_scope = Z_CE(EX(This));
7700 ZVAL_STR_COPY(EX_VAR(opline->result.var), called_scope->name);