﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
16974	absint to return 0 for values with non-numeric characters	sc0ttkclark		"Currently, if you put in a string into absint which contains non-numeric characters after numeric characters it will return the number before the non-numeric characters as the number, which I believe isn't the valid return for absint($maybeint)

The solution I am proposing is to check if $maybeint isn't numeric, and if not then return 0;

See the attached patch."	defect (bug)	closed	normal		General	3.1	minor	wontfix	has-patch	
