3v4l.org

run code in 300+ PHP versions simultaneously
<?php $key = sha1(""); $data = 9856748 $i = 0; $str = ""; while ($i < strlen($key)) { if (strpos($str, $key[$i]) === false) { $str .= $key[$i]; } $i++; } unset($key);$key = $str;unset($str);unset($i); $i = 0; $str = $data.""; $rtn = ""; while ($i < strlen($str)) { $rtn .= substr($key,$str[$i],1); $i++; } echo $rtn;
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected '$i' (T_VARIABLE) in /in/63tqT on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE in /in/63tqT on line 4
Process exited with code 255.

preferences:
188.2 ms | 1395 KiB | 65 Q