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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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 25 09:01:29 2024 UTC