3v4l.org

run code in 500+ 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:
120.27 ms | 2180 KiB | 5 Q