dave Sat Feb 14 22:43:50 2004 EDT
Modified files: /phpdoc/en/reference/gmp/functions gmp-scan1.xml Log: - Add note about -1 return value. http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-scan1.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/gmp/functions/gmp-scan1.xml diff -u phpdoc/en/reference/gmp/functions/gmp-scan1.xml:1.3 phpdoc/en/reference/gmp/functions/gmp-scan1.xml:1.4 --- phpdoc/en/reference/gmp/functions/gmp-scan1.xml:1.3 Sun Feb 8 03:46:23 2004 +++ phpdoc/en/reference/gmp/functions/gmp-scan1.xml Sat Feb 14 22:43:49 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/gmp.xml, last change in rev 1.1 --> <refentry id="function.gmp-scan1"> <refnamediv> @@ -17,7 +17,7 @@ Scans <parameter>a</parameter>, starting with bit <parameter>start</parameter>, towards more significant bits, until the first set bit is found. Returns the index of the found - bit. + bit. If no set bit is found, -1 is returned. </para> <example> <title><function>gmp_scan1</function> example</title>