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

10 lines
300 B
XML

<slide title="Automatic Syntax Validation">
<blurb fontsize="4em">
As nice as PHP's syntax checking tools are, it is easy to forget
to validate files and allow errors to sneak into production code.
</blurb>
<example title="Automatic Syntax Checking" filename="parse_cvs.php" type="php" />
</slide>