Files
archived-presentations/slides/debugging/error_solution.xml
2004-03-09 16:41:39 +00:00

10 lines
296 B
XML

<slide title="Error Tracking Solution">
<blurb fontsize="3em">
PHP has four magic constants, %__FILE__%, %__LINE__%, %__FUNCTION__% and %__CLASS__% that can be
used to backtrack to the source of the problem.
</blurb>
<example fontsize="2em" type="php" filename="error_solution.php" />
</slide>