php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #64839 Documentation for return value is incorrenct
Submitted: 2013-05-14 20:02 UTC Modified: 2013-05-17 23:56 UTC
From: skorhone at gmail dot com Assigned: vrana (profile)
Status: Closed Package: PDO related
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2013-05-14 20:02 UTC] skorhone at gmail dot com
Description:
------------
Method signature is defined as:

bool PDOStatement::debugDumpParams ( void )

While documentation states:

Return Values

No value is returned. 

---
From manual page: http://www.php.net/pdostatement.debugdumpparams#refsect1-pdostatement.debugdumpparams-returnvalues
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-05-17 23:56 UTC] vrana@php.net
Automatic comment from SVN on behalf of vrana
Revision: http://svn.php.net/viewvc/?view=revision&revision=330278
Log: PDOStatement::debugDumpParams() returns null (bug #64839)
 [2013-05-17 23:56 UTC] vrana@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: vrana
 [2013-05-17 23:56 UTC] vrana@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 09:01:29 2024 UTC