mirror of
https://github.com/php/presentations.git
synced 2026-03-24 07:32:11 +01:00
18 lines
506 B
XML
18 lines
506 B
XML
<slide title="Automatic Backtraces">
|
|
|
|
<break lines="2" />
|
|
|
|
<blurb fontsize="3em">
|
|
In most cases adding load of parameters for debugging to nearly every function is not only
|
|
impractical, but also extremely time consuming.
|
|
</blurb>
|
|
|
|
<image filename="busy.jpg" align="center" />
|
|
|
|
<blurb fontsize="3em">
|
|
Fortunately, as of PHP 4.3.0 there is a much more convenient alternative in the form of %debug_backtrace()%
|
|
and %print_debug_backtrace()%.
|
|
|FF0000|The later is only avaliable in PHP 5.0|
|
|
</blurb>
|
|
|
|
</slide> |