3v4l.org

run code in 300+ PHP versions simultaneously
<?php function p($str) { echo $str, "\n"; echo strftime($str), "\n"; echo bin2hex($str), "\n"; echo bin2hex(strftime($str)), "\n"; } setlocale(LC_ALL, 'C'); p('あ');

preferences:
42.95 ms | 402 KiB | 5 Q