ID: 35419 Updated by: [EMAIL PROTECTED] Reported By: mbuchmann at shaw dot ca -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant -Assigned To: +Assigned To: dbs New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Thanks for the catch! Previous Comments: ------------------------------------------------------------------------ [2005-11-27 05:18:11] mbuchmann at shaw dot ca Description: ------------ Example #1 in http://ca.php.net/manual/en/function.pdostatement-closecursor.php It's supposed to create two statement handles $stmt and $otherStmt, but uses only $stmt in the ->prepare() calls. Therefore $otherStmt is never defined in that code snippet, but is called Reproduce code: --------------- n/a Expected result: ---------------- Second line of example code should return to $otherStmt ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35419&edit=1