3v4l.org

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

preferences:
34.7 ms | 402 KiB | 5 Q