3v4l.org

run code in 300+ PHP versions simultaneously
<?php $context = stream_context_create(array('follow_location' => 1, 'max_redirects' => 1)); $fp = fopen('http://google.com', 'r', false, $context); var_dump(stream_get_contents($fp));
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Fatal error: Uncaught ValueError: Options should have the form ["wrappername"]["optionname"] = $value in /in/tCkk8:3 Stack trace: #0 /in/tCkk8(3): stream_context_create(Array) #1 {main} thrown in /in/tCkk8 on line 3
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: stream_context_create(): options should have the form ["wrappername"]["optionname"] = $value in /in/tCkk8 on line 3 Warning: stream_context_create(): options should have the form ["wrappername"]["optionname"] = $value in /in/tCkk8 on line 3 Warning: fopen(): php_network_getaddresses: getaddrinfo failed: System error in /in/tCkk8 on line 4 Warning: fopen(http://google.com): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/tCkk8 on line 4 Warning: stream_get_contents() expects parameter 1 to be resource, bool given in /in/tCkk8 on line 5 bool(false)
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34
Warning: stream_context_create(): options should have the form ["wrappername"]["optionname"] = $value in /in/tCkk8 on line 3 Warning: stream_context_create(): options should have the form ["wrappername"]["optionname"] = $value in /in/tCkk8 on line 3 Warning: fopen(): php_network_getaddresses: getaddrinfo failed: System error in /in/tCkk8 on line 4 Warning: fopen(http://google.com): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/tCkk8 on line 4 Warning: stream_get_contents() expects parameter 1 to be resource, boolean given in /in/tCkk8 on line 5 bool(false)

preferences:
267.06 ms | 403 KiB | 340 Q