Lines Matching refs:Z_OBJCE_P
82 !instanceof_function(Z_OBJCE_P(newthis), func->common.scope)) { in zend_valid_closure_binding()
87 ZSTR_VAL(Z_OBJCE_P(newthis)->name)); in zend_valid_closure_binding()
134 if (!zend_valid_closure_binding(closure, newthis, Z_OBJCE_P(newthis))) { in ZEND_METHOD()
148 fci_cache.called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
152 …zend_create_closure(&new_closure, fci_cache.function_handler, Z_OBJCE_P(newthis), closure->called_… in ZEND_METHOD()
158 my_function.common.scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
162 if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()
178 } else if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) { in ZEND_METHOD()
200 ce = Z_OBJCE_P(scope_arg); in ZEND_METHOD()
223 called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
309 if (Z_TYPE_P(callable) == IS_OBJECT && instanceof_function(Z_OBJCE_P(callable), zend_ce_closure)) { in ZEND_METHOD()