Title:
CFCLIENT: Data structure : struct : structCount shows unexpected output when keys are "b.d" and "b.c"
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)
Created: 04/09/2014
Components: Mobile Support, Data Structure
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 289685 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Code snippet:
<cfset a["b.d"] = "moo">
<cfset a["b.c"] = structNew()>
<cfoutput>
#structCount(a)#
</cfoutput>
Expected: 2
Actual: 1
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3739334
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: