php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75998 ArrayAccess's numeric strings are converted to integers
Submitted: 2018-02-22 19:00 UTC Modified: 2018-02-23 00:11 UTC
From: nospam at nospam dot example dot org Assigned:
Status: Duplicate Package: Arrays related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: nospam at nospam dot example dot org
New email:
PHP Version: OS:

 

 [2018-02-22 19:00 UTC] nospam at nospam dot example dot org
Description:
------------
$myArray["345"] = 123; is converted to $myArray->offsetSet(345, 123) but should be $myArray->offsetSet("345", 123)

I tried with strict_types but the result did not change

Thanks you


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-02-23 00:11 UTC] requinix@php.net
-Status: Open +Status: Duplicate -Package: *General Issues +Package: Arrays related
 [2018-02-23 00:11 UTC] requinix@php.net
Duplicate of bug #63217
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 08:01:30 2024 UTC