### Description The following code: ```php <?php http_response_code( 425 ); ``` The response status header does not include the text "Too Early" It's missing in https://github.com/php/php-src/blob/master/main/http_status_codes.h#L61 See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/425 ### PHP Version 8.3.x ### Operating System _No response_