php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54542 Parameter names must not use any characters other than alphanumeric plus unders
Submitted: 2011-04-15 16:59 UTC Modified: 2011-05-17 20:15 UTC
From: thiago@php.net Assigned: danbrown (profile)
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2011-04-15 16:59 UTC] thiago@php.net
Description:
------------
A user (jfraser) added a note that said:

"Parameter names must not use any characters other than alphanumeric plus underscore.

There is a bug report somewhere that mentions this but it's not documented."

---
From manual page: http://www.php.net/pdostatement.bindparam#Parameters
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-17 20:08 UTC] danbrown@php.net
-Status: Open +Status: Bogus -Assigned To: +Assigned To: danbrown
 [2011-05-17 20:08 UTC] danbrown@php.net
From what I can gather from the note and the content of the page, the user is 
confusing SQL parameters with PHP function parameters (variables).

Looks bogus to me.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 06:01:35 2024 UTC