mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313193 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b7ff23a295
commit
24e5acc69b
1 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue