Test: /ext/standard/tests/streams/bug64433.phpt - Version 7.4.24        

Bug #64433 follow_location parameter of context is ignored for most response codes
Submitted: 2013-03-15 16:41:23 Modified: 2013-03-31 03:07:43
From: akbarovs Assigned:
Status: Closed Package: Streams related
PHP Version: 5.4.13 OS: Any

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: file_get_contents(http://localhost:8964/index.php): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found 002+ in %s/bug64433.php on line 5 001- HELLO! 003- 200: HELLO! 004- 201: HELLO! 005- 204: HELLO! 006- 301: REDIRECTED 007- 302: REDIRECTED 004+ 005+ Warning: file_get_contents(http://localhost:8964/index.php?status=200&loc=1): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found 006+ in %s/bug64433.php on line 9 007+ 200: 008+ Warning: file_get_contents(http://localhost:8964/index.php?status=201&loc=1): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found 009+ in %s/bug64433.php on line 9 010+ 201: 011+ Warning: file_get_contents(http://localhost:8964/index.php?status=204&loc=1): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found 012+ in %s/bug64433.php on line 9 013+ 204: 014+ Warning: file_get_contents(http://localhost:8964/index.php?status=301&loc=1): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found 015+ in %s/bug64433.php on line 9 016+ 301: 302: REDIRECTED