Details
Assignee
UnassignedUnassignedReporter
Gurpreet RandhawaGurpreet RandhawaNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Gurpreet Randhawa
Gurpreet RandhawaNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 15 May 2017 at 02:47
Updated 26 May 2021 at 13:03
Update: simplified repro case:
myVariable[1] = '' isArray( myVariable ) // false isStruct( myVariable ) // true
--------------------------------------------------------------------------------------------------------------
Ran this code on cflive.net and when i run this code:
<!-- put your content here --> <cfset bk[1]["Qty"] = ""> <cfdump var="#variables#" abort> <cfset sb = IIF((isDefined('bk[1]["Qty"]') AND bk[1]["Qty"] NEQ ""),"'#bk[1]["Qty"]#'","'NULL'")> <cfdump var="#sb#">
and noted the versions on the cflive.net lucee running: 2016,0,03,300357
and ACF running 2016,0,03,300466
uploaded this image: the above code shows dump in lucee as:
uploaded this image: and coldfusion error out as: