mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156116 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f36ba0f12d
commit
6918cce657
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<section id='mysqli.constants'>
|
||||
&reftitle.constants;
|
||||
|
||||
|
@ -282,7 +282,7 @@
|
|||
<constant id='constantmysqli-type-long'>MYSQLI_TYPE_LONG</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>Field is defined as <literal>MEDIUMINT</literal></entry>
|
||||
<entry>Field is defined as <literal>INT</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
|
@ -296,7 +296,7 @@
|
|||
<constant id='constantmysqli-type-double'>MYSQLI_TYPE_DOUBLE</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>Field is defined as <literal>double</literal></entry>
|
||||
<entry>Field is defined as <literal>DOUBLE</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
|
@ -324,7 +324,7 @@
|
|||
<constant id='constantmysqli-type-int24'>MYSQLI_TYPE_INT24</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry></entry>
|
||||
<entry>Field is defined as <literal>MEDIUMINT</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue