3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "something"; print strlen($str); $test = []; $test[] = ord('shit'); $test[] = ord('damnit'); print $test; print implode(' ',$test);

preferences:
44.44 ms | 402 KiB | 5 Q