Lines Matching refs:zend_error_noreturn

284 				zend_error_noreturn(E_ERROR, "Cannot access empty property");  in zend_get_property_info_quick()
286 zend_error_noreturn(E_ERROR, "Cannot access property started with '\\0'"); in zend_get_property_info_quick()
333zend_error_noreturn(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_… in zend_get_property_info_quick()
652 zend_error_noreturn(E_ERROR, "Undefined offset for object of type %s used as array", ce->name); in zend_std_read_dimension()
662 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_read_dimension()
681 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_write_dimension()
710 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_has_dimension()
868 zend_error_noreturn(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_unset_dimension()
886 zend_error_noreturn(E_ERROR, "Cannot get arguments for __call"); in zend_std_call_user_call()
1052zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_strin… in zend_std_get_method()
1078zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_strin… in zend_std_get_method()
1104 zend_error_noreturn(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME); in zend_std_callstatic_user_call()
1202zend_error_noreturn(E_ERROR, "Cannot call non static method %s::%s() without object", ZEND_FN_SCOP… in zend_std_get_static_method()
1219zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_strin… in zend_std_get_static_method()
1229zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_strin… in zend_std_get_static_method()
1257zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_n… in zend_std_get_static_property()
1268zend_error_noreturn(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_… in zend_std_get_static_property()
1275zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_n… in zend_std_get_static_property()
1290zend_error_noreturn(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_n… in zend_std_get_static_property()
1301 zend_error_noreturn(E_ERROR, "Attempt to unset static property %s::$%s", ce->name, property_name); in zend_std_unset_static_property()
1319zend_error_noreturn(E_ERROR, "Call to private %s::%s() from context '%s'", constructor->common.sco… in zend_std_get_constructor()
1321zend_error_noreturn(E_ERROR, "Call to private %s::%s() from invalid context", constructor->common.… in zend_std_get_constructor()
1331zend_error_noreturn(E_ERROR, "Call to protected %s::%s() from context '%s'", constructor->common.s… in zend_std_get_constructor()
1333zend_error_noreturn(E_ERROR, "Call to protected %s::%s() from invalid context", constructor->commo… in zend_std_get_constructor()
1542 zend_error_noreturn(E_ERROR, "Method %s::__toString() must not throw an exception", ce->name); in zend_std_cast_object_tostring()