Fixed
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerLabels
New 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
Sprint
NoneFix versions
Affects versions
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerLabels
New 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
Sprint
None
Fix versions
Affects versions
Priority
Created 13 July 2020 at 18:57
Updated 22 March 2025 at 12:44
Resolved 28 August 2020 at 13:32
Lucee fails silently, ACF still appends the value
https://docs.lucee.org/reference/objects/array/append.html
Merge: This argument only applies when the value is an array.
If set to true appends array elements individually to the source array.
If false (default) the complete array is added as one element at the end, in the source array.
<cfscript> myarray = ["one","two","three","four","five"]; writeDump(myarray); res = myarray.Append({}, true); writeDump(res); </cfscript>
Lucee should either match the ACF behaviour or throw an exception
https://trycf.com/gist/1afad613dbc36a1ef0c06a51c3b59bbb/lucee5?theme=monokai