跟踪PHP中加载的文件列表

以下是跟踪某应用所加载的文件列表。
sudo strace $(pidof ‘php-fpm’|sed ‘s/\([0-9]*\)/-p \1/g’) -e stat -s 1024