3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r([ 'substr without length' => substr('Hello World', 1), 'substr with null length' => substr('Hello World', 1, null), 'mb_substr without length' => mb_substr('Hello World', 1), 'mb_substr with null length' => mb_substr('Hello World', 1, null), ]);

preferences:
70.74 ms | 405 KiB | 6 Q