3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_time_limit(600); $url = "https://www.celularup.com.br/"; $alph = array(); for($x = 65; $x < 97; $x++) $alph[] = strtolower(chr($x)); $aa = $bb = $alph; foreach($aa as $a) foreach($bb as $b) { $nurl = $url . $a . $b . "-admin"; $i = get_headers($nurl); preg_match("~(HTTP/\d\.\d) (\d+) (.*)~", reset($i), $i); list(, $version, $code, $response) = $i; if(floor($code / 100) == 2) echo $a . $b; } ?>
Output for git.master, git.master_jit
Warning: get_headers(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/WCaoN on line 12 Warning: get_headers(): This function may only be used against URLs in /in/WCaoN on line 12 Fatal error: Uncaught TypeError: reset(): Argument #1 ($array) must be of type array, bool given in /in/WCaoN:13 Stack trace: #0 /in/WCaoN(13): reset(false) #1 {main} thrown in /in/WCaoN on line 13
Process exited with code 255.
Output for rfc.property-hooks
Warning: get_headers(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/WCaoN on line 12 Warning: get_headers(): This function may only be used against URLs in /in/WCaoN on line 12 Fatal error: Uncaught TypeError: reset(): Argument #1 ($array) must be of type array, false given in /in/WCaoN:13 Stack trace: #0 /in/WCaoN(13): reset(false) #1 {main} thrown in /in/WCaoN on line 13
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
51.15 ms | 401 KiB | 8 Q