3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "This is\tan example\nstring"; /* Use tab and newline as tokenizing characters as well */ $tok = strtok($string); var_dump($tok); ?>

preferences:
39.83 ms | 402 KiB | 5 Q