Created
December 17, 2020 09:04
-
-
Save andxbes/8a817018b5d076e5c3ed7d582b289ac7 to your computer and use it in GitHub Desktop.
Вывести стек вызовов текущей функции
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| error_log(print_r(debug_backtrace(), true)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment