3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $data = "foo:*:1023:1000::/home/foo:/bin/sh"; $a = list($user, $pass, $uid, $gid, $gecos, $home, $shell) = explode(":", $data); echo $shell;

preferences:
30.88 ms | 402 KiB | 5 Q