3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public static function bar($type = 0) { if ($type == 0) { return array('a'=>'abcedfg'); } else { return array('a' => '1234567890'); } } } var_dump(array_pop(Foo::bar()));

preferences:
13.48 ms | 405 KiB | 5 Q