3v4l.org

run code in 300+ PHP versions simultaneously
<?php $postdata = http_build_query( array( 'regno' => 1 ) ); $opts = array('http' => array( 'method' => 'POST', 'header' => "Content-type: application/x-www-form-urlencoded\r\n" ."Referer: http://www.testious.com/wp-content/themes/OneCommunity/\r\n", 'content' => $postdata ) ); $context = stream_context_create($opts); $result = file_get_contents('http://www.testious.com/wp-content/themes/OneCommunity/captcha/captcha.php', false, $context); echo $result; ?>
Output for 8.3.28, 8.5.0
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for www.testious.com failed: Name or service not known in /in/LFPfE on line 5 Warning: file_get_contents(http://www.testious.com/wp-content/themes/OneCommunity/captcha/captcha.php): Failed to open stream: php_network_getaddresses: getaddrinfo for www.testious.com failed: Name or service not known in /in/LFPfE on line 5
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for www.testious.com failed: System error in /in/LFPfE on line 5 Warning: file_get_contents(http://www.testious.com/wp-content/themes/OneCommunity/captcha/captcha.php): Failed to open stream: php_network_getaddresses: getaddrinfo for www.testious.com failed: System error in /in/LFPfE on line 5
Output for 8.0.13 - 8.0.30
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/LFPfE on line 5 Warning: file_get_contents(http://www.testious.com/wp-content/themes/OneCommunity/captcha/captcha.php): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/LFPfE on line 5
Output for 8.0.0 - 8.0.12
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/LFPfE on line 5 Warning: file_get_contents(http://www.testious.com/wp-content/themes/OneCommunity/captcha/captcha.php): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/LFPfE on line 5
Output for 7.0.20, 7.1.5 - 7.1.33, 7.2.0 - 7.2.24, 7.3.0 - 7.3.12, 7.3.32 - 7.3.33, 7.4.0, 7.4.26 - 7.4.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/LFPfE on line 5 Warning: file_get_contents(http://www.testious.com/wp-content/themes/OneCommunity/captcha/captcha.php): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/LFPfE on line 5
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.25
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/LFPfE on line 5 Warning: file_get_contents(http://www.testious.com/wp-content/themes/OneCommunity/captcha/captcha.php): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/LFPfE on line 5
Output for 5.6.0 - 5.6.27, 7.0.0 - 7.0.12, 7.1.0
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/LFPfE on line 5 Warning: file_get_contents(http://www.testious.com/wp-content/themes/OneCommunity/captcha/captcha.php): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/LFPfE on line 5

preferences:
57.71 ms | 418 KiB | 5 Q