<?php function my_func() { 1 / 0; } function do_backtrace() { print_r(debug_backtrace()); } set_error_handler('do_backtrace'); call_user_func('my_func');
You have javascript disabled. You will not be able to edit any code.