[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/dbase/functions/_dbase-get-record-with-names.xml
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2016-10-28 11:40:28
Message-ID: svn-cmb-1477654828-340756-204949229 () svn ! php ! net
[Download RAW message or body]

cmb                                      Fri, 28 Oct 2016 11:40:28 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=340756

Log:
Clarify type conversion on retrieval

Changed paths:
    U   phpdoc/en/trunk/reference/dbase/functions/dbase-get-record-with-names.xml
    U   phpdoc/en/trunk/reference/dbase/functions/dbase-get-record.xml

Modified: phpdoc/en/trunk/reference/dbase/functions/dbase-get-record-with-names.xml
===================================================================
--- phpdoc/en/trunk/reference/dbase/functions/dbase-get-record-with-names.xml	2016-10-28 \
                10:53:32 UTC (rev 340755)
+++ phpdoc/en/trunk/reference/dbase/functions/dbase-get-record-with-names.xml	2016-10-28 \
11:40:28 UTC (rev 340756) @@ -59,10 +59,17 @@
     </listitem>
     <listitem>
      <simpara>
-      Integers that would have caused an overflow (&gt; 32 bits)
-      are returned as strings.
+      Integers outside the range
+      <constant>PHP_INT_MIN</constant>..<constant>PHP_INT_MAX</constant> are
+      returned as strings.
      </simpara>
     </listitem>
+    <listitem>
+     <simpara>
+      Booleans ('L') are converted to <literal>1</literal> or
+      <literal>0</literal>.
+     </simpara>
+    </listitem>
    </itemizedlist>
   </para>
   <para>

Modified: phpdoc/en/trunk/reference/dbase/functions/dbase-get-record.xml
===================================================================
--- phpdoc/en/trunk/reference/dbase/functions/dbase-get-record.xml	2016-10-28 \
                10:53:32 UTC (rev 340755)
+++ phpdoc/en/trunk/reference/dbase/functions/dbase-get-record.xml	2016-10-28 \
11:40:28 UTC (rev 340756) @@ -59,10 +59,17 @@
     </listitem>
     <listitem>
      <simpara>
-      Integers that would have caused an overflow (&gt; 32 bits)
-      are returned as strings.
+      Integers outside the range
+      <constant>PHP_INT_MIN</constant>..<constant>PHP_INT_MAX</constant> are
+      returned as strings.
      </simpara>
     </listitem>
+    <listitem>
+     <simpara>
+      Booleans ('L') are converted to <literal>1</literal> or
+      <literal>0</literal>.
+     </simpara>
+    </listitem>
    </itemizedlist>
   </para>
   <para>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic