Lines Matching refs:zend_throw_error

371zend_throw_error(NULL, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->…  in zend_bad_property_access()
377 zend_throw_error(NULL, "Cannot access property started with '\\0'"); in zend_bad_property_name()
796 zend_throw_error(NULL, "Typed property %s::$%s must not be accessed before initialization", in zend_std_read_property()
934 zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name)); in zend_bad_array_access()
976zend_throw_error(NULL, "Undefined offset for object of type %s used as array", ZSTR_VAL(ce->name)); in zend_std_read_dimension()
1066 zend_throw_error(NULL, in zend_std_get_property_ptr_ptr()
1318zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc-… in zend_bad_method_call()
1544zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_V… in zend_std_get_static_property_with_info()
1555 zend_throw_error(NULL, "Typed static property %s::$%s must not be accessed before initialization", in zend_std_get_static_property_with_info()
1573zend_throw_error(NULL, "Attempt to unset static property %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(pr… in zend_std_unset_static_property()
1581zend_throw_error(NULL, "Call to %s %s::%s() from context '%s'", zend_visibility_string(constructor… in zend_bad_constructor_call()
1583zend_throw_error(NULL, "Call to %s %s::%s() from invalid context", zend_visibility_string(construc… in zend_bad_constructor_call()
1824zend_throw_error(NULL, "Method %s::__toString() must return a string value", ZSTR_VAL(ce->name)); in zend_std_cast_object_tostring()