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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: thiago@php.net
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 11:01:28 2024 UTC