You make DZone different! Login and vote now.
By bloid
via sitepoint.com
Submitted: May 12 2008 / 18:33
While debuggers exists, there isn’t much of a tradition for using them in PHP. People have largely come to rely on injecting debugging code directly into the program, for inspecting program scope. The infamous var_dump have served for this purpose and version 4.3.0 of PHP brought us another equally useful function — debug_backtrace.
Add your comment