Duplicate
Details
Assignee
UnassignedUnassignedReporter
Michael OffnerMichael OffnerNew 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
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Offner
Michael OffnerNew 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 13 November 2020 at 08:40
Updated 2 May 2022 at 17:17
Resolved 2 May 2022 at 17:17
The ACF implementation
https://helpx.adobe.com/coldfusion/developing-applications/the-cfml-programming-language/using-expressions-and-number-signs/expressions-developing-guide.ug.html#equality-inequality
differs from the Lucee implementation , in Lucee this is a identical operation,so it compare if the operand are the same object or not, the same way as PHP does. We should add a flag to Lucee for backward compatibility.