Status/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)
Created: 06/10/2010
Components: Language
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Problem:
true, false and Date values are accepted as numeric value.
Method:
<cffunction name="x">
<cfargument name="num" type="numeric">
<cfdump var="#num#">
</cffunction>
<cfset x(false)>
<cfset x(now())>
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041641
External Customer Info:
External Company:
External Customer Name: Henry Ho
External Customer Email: 237A22C24921EDF5992015B9
External Test Config: 06/10/2010
Attachments:
Comments: