From: jmarbas at hotmail dot com Operating system: win xp PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Incorrect documentation on sqlite_fetch_all page
Description: ------------ on the page for sqlite_fetch_all: http://us2.php.net/manual/en/function.sqlite-fetch-all.php under the 'Return Values' section it states "Returns an array of the current row from a result set; FALSE if the current position is beyond the final row." This should read "returns an array of the entire result set from a result set." which is in fact stated earlier on the web page. Reproduce code: --------------- n/a Expected result: ---------------- see description -- Edit bug report at http://bugs.php.net/?id=33830&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=33830&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=33830&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=33830&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=33830&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=33830&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=33830&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=33830&r=needscript Try newer version: http://bugs.php.net/fix.php?id=33830&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=33830&r=support Expected behavior: http://bugs.php.net/fix.php?id=33830&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=33830&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=33830&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=33830&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=33830&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=33830&r=dst IIS Stability: http://bugs.php.net/fix.php?id=33830&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=33830&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=33830&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=33830&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=33830&r=mysqlcfg
