3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a() { b(array(1, 7, 4)); } function b($b) { c(); } function c() { debug_print_backtrace(); } a();

preferences:
34.86 ms | 402 KiB | 5 Q