[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:
Esen Sagynov 2013-07-15 02:40:53 +00:00
parent bdfe12e0f1
commit 8faf7a5249
3 changed files with 18 additions and 0 deletions

View file

@ -74,6 +74,12 @@ while ($i < $cnt) {
?>
]]>
</programlisting>
&example.outputs;
<screen>
<![CDATA[
demodb
]]>
</screen>
</example>
</para>
</refsect1>

View file

@ -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>

View file

@ -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>