http://au.php.net/manual/en/language.types.float.php
The formal definition of a literal float doesn't allow for a leading +/-:
EXPONENT_DNUM ( ({LNUM} | {DNUM}) [eE][+-]? {LNUM})
could read:
EXPONENT_DNUM [+-]? ({LNUM} | {DNUM}) [eE][+-]? {LNUM}
Cheers, Dave
_________________________________________________________________
ninemsn Extra Storage is now available. Get larger attachments - send/receive up to 2MB attachments (up to 100 percent more per e-mail). Go to http://join.msn.com/?page=dept/home&pgmarket=en-au
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php