So when you said "and somebody enters, say "jkhdsjh" into the form, is_int()
returns 1" you were not really saying it as it was?

$var = "jkhdsjh";
is_int($var) should _not_ result in true. i figured you were talking about a
true bug here...

Ron


"Gareth Ardron" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Stefan Esser wrote:
> > Please move the discussion to php general mailinglist. This is a
> > usererror, a misunderstanding of is_int vs. is_numeric.
> >
> My bad therefore, misunderstanding of the docs as you say.
>
> Not sure I think it's entirely sane, but feh - it's been a long day,
> what do I know, etc etc.
>
> Cheers to those who replied.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to