Skip to content

Instantly share code, notes, and snippets.

@andxbes
Created December 17, 2020 09:04
Show Gist options
  • Select an option

  • Save andxbes/8a817018b5d076e5c3ed7d582b289ac7 to your computer and use it in GitHub Desktop.

Select an option

Save andxbes/8a817018b5d076e5c3ed7d582b289ac7 to your computer and use it in GitHub Desktop.
Вывести стек вызовов текущей функции
<?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