You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x
Warning: Cannot modify response code - headers already sent by (output started at ....php:12) in ...
I would expect about the same warning as header() emit. In the repro above, I have verified header(string) emits a warning, but http_response_code(number) currently does not.