3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = (str) time(); $time = strrev($time); $time = substr($time, 0, 6); echo 64_base_encode($time);
Output for 5.4.0 - 5.4.27
Parse error: syntax error, unexpected 'time' (T_STRING) in /in/CTeCg on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING in /in/CTeCg on line 3
Process exited with code 255.

preferences:
207.92 ms | 1395 KiB | 64 Q