3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_time_limit(0); error_reporting (E_ALL ^ E_NOTICE); $url = "http://www.google.com"; $chars = array(0); $_ = fopen("codes.txt","w"); foreach ($chars as $a) { foreach ($chars as $b) { foreach ($chars as $c) { foreach ($chars as $d) { fwrite($_, "GOOGLE".$a.$b.$c.$d); $__ = curl_init($url.$a.$b.$c.$d); echo $__; curl_setopt($__, CURLOPT_HEADER, 1); curl_setopt($__, CURLOPT_NOBODY, 1); curl_setopt($__, CURLOPT_RETURNTRANSFER, 1); curl_exec($__); fwrite($_, " ".curl_getinfo($__, CURLINFO_CONTENT_LENGTH_DOWNLOAD)); echo curl_getinfo($__, CURLINFO_CONTENT_LENGTH_DOWNLOAD); fwrite($_, "\n"); } } } } fclose($_);
Output for 8.3.0 - 8.3.6
Warning: fopen(): open_basedir restriction in effect. File(codes.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/sgC6L on line 8 Warning: fopen(codes.txt): Failed to open stream: Operation not permitted in /in/sgC6L on line 8 Fatal error: Uncaught TypeError: fwrite(): Argument #1 ($stream) must be of type resource, false given in /in/sgC6L:14 Stack trace: #0 /in/sgC6L(14): fwrite(false, 'GOOGLE0000') #1 {main} thrown in /in/sgC6L on line 14
Process exited with code 255.
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: fopen(): open_basedir restriction in effect. File(codes.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/sgC6L on line 8 Warning: fopen(codes.txt): Failed to open stream: Operation not permitted in /in/sgC6L on line 8 Fatal error: Uncaught TypeError: fwrite(): Argument #1 ($stream) must be of type resource, bool given in /in/sgC6L:14 Stack trace: #0 /in/sgC6L(14): fwrite(false, 'GOOGLE0000') #1 {main} thrown in /in/sgC6L on line 14
Process exited with code 255.
Output for 8.0.13
Warning: fopen(codes.txt): Failed to open stream: Read-only file system in /in/sgC6L on line 8 Fatal error: Uncaught TypeError: fwrite(): Argument #1 ($stream) must be of type resource, bool given in /in/sgC6L:14 Stack trace: #0 /in/sgC6L(14): fwrite(false, 'GOOGLE0000') #1 {main} thrown in /in/sgC6L on line 14
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
Warning: fopen(codes.txt): failed to open stream: Read-only file system in /in/sgC6L on line 8 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/sgC6L on line 14 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/sgC6L:15 Stack trace: #0 {main} thrown in /in/sgC6L on line 15
Process exited with code 255.
Output for 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
Warning: fopen(): open_basedir restriction in effect. File(codes.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/sgC6L on line 8 Warning: fopen(codes.txt): failed to open stream: Operation not permitted in /in/sgC6L on line 8 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/sgC6L on line 14 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/sgC6L:15 Stack trace: #0 {main} thrown in /in/sgC6L on line 15
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33
Warning: fopen(): open_basedir restriction in effect. File(codes.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/sgC6L on line 8 Warning: fopen(codes.txt): failed to open stream: Operation not permitted in /in/sgC6L on line 8 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/sgC6L on line 14 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/sgC6L:15 Stack trace: #0 {main} thrown in /in/sgC6L on line 15
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Warning: fopen(): open_basedir restriction in effect. File(codes.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/sgC6L on line 8 Warning: fopen(codes.txt): failed to open stream: Operation not permitted in /in/sgC6L on line 8 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/sgC6L on line 14 Fatal error: Call to undefined function curl_init() in /in/sgC6L on line 15
Process exited with code 255.
Output for 5.4.0 - 5.4.45
Warning: fopen(codes.txt): failed to open stream: Permission denied in /in/sgC6L on line 8 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/sgC6L on line 14 Fatal error: Call to undefined function curl_init() in /in/sgC6L on line 15
Process exited with code 255.

preferences:
281.22 ms | 401 KiB | 376 Q