Hello, On 8/12/06, Matt W <[EMAIL PROTECTED]> wrote:
Hi Pierre,I will reply to the rest of your message later. Just wanted to quickly point out another thing I found with is_numeric_string() when the allow_errors param==0 (which is_numeric() PHP function uses) and there is *trailing* whitespace: is_numeric('1 ') // bool(false)
Yes, it is still about allowing leading/trailing whitespaces :-) --Pierre -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
