php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #34747 DB2 bind-param
Submitted: 2005-10-06 05:36 UTC Modified: 2005-10-06 22:02 UTC
From: jsgoupil@php.net Assigned: dbs (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2005-10-06 05:36 UTC] jsgoupil@php.net
Description:
------------
/reference/ibm_db2/functions/db2-bind-param.xml

In the new example added, you specify
+print "  {$name} {$second_name} {$weight}\n\n";
but the result is
+  1: Peaches 2: Rickety Ride 3:
(you forgot the number first)

And is it normal that the weight is empty ?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-06 16:53 UTC] dbs@php.net
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.

Wow -- you are really good, and really fast!

Fixed all identified problems in CVS, along with the correct output for parameter 2 after calling the stored procedure (TRUE).

Dan
 [2005-10-06 19:56 UTC] jsgoupil@php.net
Thank you :)

Do you think it could be a good idea to initialize $weight empty first to prevent notice error ?
 [2005-10-06 22:02 UTC] nlopess@php.net
Thats the power of the French Translators :)
They have even translated the little docs I wrote about Unicode.. keep your good work ;)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 02 22:00:02 2025 UTC