php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #77816 New string operator request
Submitted: 2019-03-28 19:59 UTC Modified: 2019-04-14 04:22 UTC
From: jameswagoner at gmail dot com Assigned:
Status: No Feedback Package: Unknown/Other Function
PHP Version: Next Major Version 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: jameswagoner at gmail dot com
New email:
PHP Version: OS:

 

 [2019-03-28 19:59 UTC] jameswagoner at gmail dot com
Description:
------------
Would like to see this added for 7.4. Thanks

$field =. 'taco_';


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-03-28 20:23 UTC] girgias@php.net
-Status: Open +Status: Feedback
 [2019-03-28 20:23 UTC] girgias@php.net
I'm having trouble grasping what you want.
This operator already exists in PHP.
See https://3v4l.org/jkTVR
 [2019-04-02 14:42 UTC] mike@php.net
I guess they mean:

$field = 'taco_'.$field;
 [2019-04-14 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 11:01:28 2024 UTC