mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
[APIS-558][PHP]some bug about document
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330919 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bdfe12e0f1
commit
8faf7a5249
3 changed files with 18 additions and 0 deletions
|
@ -74,6 +74,12 @@ while ($i < $cnt) {
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
demodb
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -68,6 +68,12 @@ if ($req) {
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Error Code: -493 Error Message: Syntax: Unknown class "person". select id, [name] from person
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -59,6 +59,12 @@ if ($req) {
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Error Code: -493 Error Message: Syntax: Unknown class "person". select id, [name] from person
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue