3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace f; function test() { test2(); } function test2() { print_r(current(array_slice((debug_backtrace(0)), 1, 1, true))); } function next($a) { return next($a); } test();

preferences:
41.6 ms | 402 KiB | 5 Q