php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54787 uppercase problem in cubrid_execute
Submitted: 2011-05-17 12:02 UTC Modified: 2011-05-17 14:41 UTC
From: gwarnants at gmail dot com Assigned: yannick (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2011-05-17 12:02 UTC] gwarnants at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.cubrid-execute#Description
---

I know it is very insignificant, but I noticed that parameter $SQL is
written in uppercase in procedural prototype of cubrid_execute() function, still coding standards recommands writing them in lowercase

Regards,
Geoffray

Expected result:
----------------
resource cubrid_execute ( resource $conn_identifier , string $sql [, int $option ] )

Actual result:
--------------
resource cubrid_execute ( resource $conn_identifier , string $SQL [, int $option ] )

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-17 14:41 UTC] yannick@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=311128
Log: Fix bug #54787
 [2011-05-17 14:41 UTC] yannick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: yannick
 [2011-05-17 14:41 UTC] yannick@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.


 [2020-02-07 06:08 UTC] phpdocbot@php.net
Automatic comment on behalf of yannick
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=520c4e151b4ee9980ade4f549c8aaa9b4c8ddf16
Log: Fix bug #54787
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC