View Issue Details

IDProjectCategoryView StatusLast Update
0002289XdebugStep Debuggingpublic2024-10-08 15:20
ReporterfarSage Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
PlatformVSCodeOSWindowsOS VersionWindows 10 Pro
Product Version3.3.2 
Target Version3.4dev 
Summary0002289: Cant not access an array's keys
Description

I want to access the $_FILES array. When I watch it with just $_FILES it shows it exists and you can see whats inside. However, when I type $_FILES['card_image'] it shows can not get property, even though it does and I can see it if I expand the $_FILES array. To fix this I assigned another variable to $_FILES and tried to access 'card_image' through it and guess what it worked. Why is this happening?

Steps To Reproduce

Told in Description

TagsNo tags attached.
Operating System
PHP Version8.1.5-8.1.9

Activities

derick

2024-10-08 15:20

administrator   ~0007062

This sounds like an actual bug, and I have a hunch on what the cause could be. I'll have a look soonish

Issue History

Date Modified Username Field Change
2024-10-01 07:40 farSage New Issue
2024-10-08 15:20 derick Assigned To => derick
2024-10-08 15:20 derick Status new => acknowledged
2024-10-08 15:20 derick Note Added: 0007062
2024-10-08 15:20 derick Target Version => 3.4dev