Lines Matching refs:Z_OBJCE_P

1600 …php_error_docref(NULL, E_WARNING, "%s::__toString() did not return anything", ZSTR_VAL(Z_OBJCE_P(o…  in ZEND_METHOD()
2441 ce = Z_OBJCE_P(classref); in ZEND_METHOD()
2473 ce = Z_OBJCE_P(reference); in ZEND_METHOD()
3145 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
3222 if (!instanceof_function(Z_OBJCE_P(obj), mptr->common.scope)) { in ZEND_METHOD()
3228 if (Z_OBJCE_P(obj) == zend_ce_closure && in ZEND_METHOD()
3233 zend_create_fake_closure(return_value, mptr, mptr->common.scope, Z_OBJCE_P(obj), obj); in ZEND_METHOD()
3269 ZSTR_VAL(Z_OBJCE_P(getThis())->name)); in reflection_method_invoke()
3310 obj_ce = Z_OBJCE_P(object); in reflection_method_invoke()
3698 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
3892 ZVAL_STR_COPY(&classname, Z_OBJCE_P(argument)->name); in reflection_class_object_ctor()
3894 intern->ptr = Z_OBJCE_P(argument); in reflection_class_object_ctor()
4833 RETURN_BOOL(instanceof_function(Z_OBJCE_P(object), ce)); in ZEND_METHOD()
4891 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
4993 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
5185 if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr)) { in ZEND_METHOD()
5229 if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) { in ZEND_METHOD()
5448 ce = Z_OBJCE_P(classname); in ZEND_METHOD()
5648 if (!instanceof_function(Z_OBJCE_P(object), ref->prop.ce)) { in ZEND_METHOD()
6811 && zend_hash_exists(&Z_OBJCE_P(object)->properties_info, Z_STR_P(member)) in _reflection_write_property()
6816 "Cannot set read-only property %s::$%s", ZSTR_VAL(Z_OBJCE_P(object)->name), Z_STRVAL_P(member)); in _reflection_write_property()