Details
Details
Assignee
Unassigned
UnassignedReporter
Bradley Hicks
Bradley HicksNew 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
Affects versions
Priority
Created 22 November 2019 at 14:10
Updated 2 July 2021 at 09:57
Consider this code;
<cfscript> any function retAny() { var cs1 = CallStackGet()[1]; writeoutput("<br>Function: " & GetFunctionCalledName() & " " & cs1.function); } retAny(); </cfscript>
Lucee 5
Function: RETANY retAny
Lucee 4.5
Function: retAny retAny
ACF 2018 & ACF 10
Function: retAny RETANY