'; print_r(debug_backtrace()); echo ''; } function outer($x) { // Родительская функция inner($x * $x); } // Главная программа outer(3);