Skip to content

Instantly share code, notes, and snippets.

@pensiero
Created January 7, 2014 16:17
Show Gist options
  • Save pensiero/8301770 to your computer and use it in GitHub Desktop.
Save pensiero/8301770 to your computer and use it in GitHub Desktop.
object(Zend\Http\Response)[1337]
protected 'recommendedReasonPhrases' =>
array (size=57)
100 => string 'Continue' (length=8)
101 => string 'Switching Protocols' (length=19)
102 => string 'Processing' (length=10)
200 => string 'OK' (length=2)
201 => string 'Created' (length=7)
202 => string 'Accepted' (length=8)
203 => string 'Non-Authoritative Information' (length=29)
204 => string 'No Content' (length=10)
205 => string 'Reset Content' (length=13)
206 => string 'Partial Content' (length=15)
207 => string 'Multi-status' (length=12)
208 => string 'Already Reported' (length=16)
300 => string 'Multiple Choices' (length=16)
301 => string 'Moved Permanently' (length=17)
302 => string 'Found' (length=5)
303 => string 'See Other' (length=9)
304 => string 'Not Modified' (length=12)
305 => string 'Use Proxy' (length=9)
306 => string 'Switch Proxy' (length=12)
307 => string 'Temporary Redirect' (length=18)
400 => string 'Bad Request' (length=11)
401 => string 'Unauthorized' (length=12)
402 => string 'Payment Required' (length=16)
403 => string 'Forbidden' (length=9)
404 => string 'Not Found' (length=9)
405 => string 'Method Not Allowed' (length=18)
406 => string 'Not Acceptable' (length=14)
407 => string 'Proxy Authentication Required' (length=29)
408 => string 'Request Time-out' (length=16)
409 => string 'Conflict' (length=8)
410 => string 'Gone' (length=4)
411 => string 'Length Required' (length=15)
412 => string 'Precondition Failed' (length=19)
413 => string 'Request Entity Too Large' (length=24)
414 => string 'Request-URI Too Large' (length=21)
415 => string 'Unsupported Media Type' (length=22)
416 => string 'Requested range not satisfiable' (length=31)
417 => string 'Expectation Failed' (length=18)
418 => string 'I'm a teapot' (length=12)
422 => string 'Unprocessable Entity' (length=20)
423 => string 'Locked' (length=6)
424 => string 'Failed Dependency' (length=17)
425 => string 'Unordered Collection' (length=20)
426 => string 'Upgrade Required' (length=16)
428 => string 'Precondition Required' (length=21)
429 => string 'Too Many Requests' (length=17)
431 => string 'Request Header Fields Too Large' (length=31)
500 => string 'Internal Server Error' (length=21)
501 => string 'Not Implemented' (length=15)
502 => string 'Bad Gateway' (length=11)
503 => string 'Service Unavailable' (length=19)
504 => string 'Gateway Time-out' (length=16)
505 => string 'HTTP Version not supported' (length=26)
506 => string 'Variant Also Negotiates' (length=23)
507 => string 'Insufficient Storage' (length=20)
508 => string 'Loop Detected' (length=13)
511 => string 'Network Authentication Required' (length=31)
protected 'statusCode' => int 200
protected 'reasonPhrase' => null
protected 'version' => string '1.1' (length=3)
protected 'headers' => null
protected 'metadata' =>
array (size=0)
empty
protected 'content' => string '' (length=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment