View Issue Details

IDProjectCategoryView StatusLast Update
0002289XdebugStep Debuggingpublic2024-10-01 07:40
ReporterfarSage Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformVSCodeOSWindowsOS VersionWindows 10 Pro
Product Version3.3.2 
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

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-10-01 07:40 farSage New Issue