Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Bradley W. / ()
Created: 06/28/2019
Components: Language
Versions: 2018
Failure Type: Data Loss
Found In Build/Fixed In Build: 2018 / CF2018U5
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Platforms All
Vote Count: 1
Problem Description:
The following code dumps out 3 parameters in the arguments for Railo, Lucee, and Adobe 11, and 2016 scope (value, index, and original array)
arrayeach( ['a'], function() {
writeDump( arguments );
} );
But it only dumps two items in ACF 2018. (the original array is missing)
Steps to Reproduce:
arrayeach( ['a'], function() {
writeDump( arguments );
} );
Actual Result:
Array reference is not passed to UDF.
Expected Result:
Array reference should be passed to UDF.
Any Workarounds:
No.
Attachments:
Comments: