Home
last modified time | relevance | path

Searched refs:response_code (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c663 int response_code; in php_stream_url_wrap_http_ex() local
666 response_code = atoi(tmp_line + 9); in php_stream_url_wrap_http_ex()
668 response_code = 0; in php_stream_url_wrap_http_ex()
680 if (response_code >= 200 && response_code < 400) { in php_stream_url_wrap_http_ex()
683 switch(response_code) { in php_stream_url_wrap_http_ex()
686 tmp_line, response_code); in php_stream_url_wrap_http_ex()
694 tmp_line, response_code); in php_stream_url_wrap_http_ex()
H A Dhead.c46 &ctr.line_len, &rep, &ctr.response_code) == FAILURE) in PHP_FUNCTION()
/PHP-5.3/main/
H A DSAPI.h166 long response_code; /* long due to zend_parse_parameters compatibility */ member
H A DSAPI.c591 http_response_code = p->response_code; in sapi_header_op()
/PHP-5.3/ext/phar/
H A Dphar_object.c336 ctr.response_code = 403; in phar_do_403()
361 ctr.response_code = 404; in phar_do_404()
800 ctr.response_code = 301;
811 ctr.response_code = 0;

Completed in 26 milliseconds