Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法追踪类自动加载触发的位置?我的意思是我想知道哪个文件,行是指类/接口。它开始使用的地方。
我很确定如果你debug_print_backtrace()在你的自动加载函数中使用 or 这样的,这应该会告诉你它是从哪里被调用的,让你可以追踪第一次使用的位置。
debug_print_backtrace()