PHP code execution tracking

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hippypink
Forum Newbie
Posts: 5
Joined: Mon Sep 24, 2007 12:23 pm

PHP code execution tracking

Post by hippypink »

Perhaps this sounds like a pipe dream, but is there a way to log (or track) every single line of code that is being executed by my PHP application? Same goes for MySQL.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Yes, and yes.
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

Sounds like you want a dynamic quine. Why do you want to do that?
Post Reply