Fixed build

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313193 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2011-07-13 05:01:25 +00:00
parent b7ff23a295
commit 24e5acc69b

View file

@ -73,11 +73,10 @@
specific error string.
</para>
<refsect1 role="examples">
&reftitle.examples;
<para>
<example><title>Create a PDO instance and set the error mode</title>
<programlisting role="php">
<para>
<example>
<title>Create a PDO instance and set the error mode</title>
<programlisting role="php">
<![CDATA[
<?php
$dsn = 'mysql:dbname=testdb;host=127.0.0.1';
@ -93,10 +92,9 @@ try {
?>
]]>
</programlisting>
</example>
</para>
</refsect1>
</programlisting>
</example>
</para>
</chapter>
<!-- Keep this comment at the end of the file