From:             [EMAIL PROTECTED]
Operating system: Red Hat Linux 7.1
PHP version:      4.1.0
PHP Bug Type:     Compile Warning
Bug description:  Bogus warning: Trying to raise a nonpositive value to a broken power 

When running the following on php 4.1.0:

<? echo pow(abs(-00.00),.5); ?>

I receive the following error:

Warning: Trying to raise a nonpositive value to a broken power in
/var/www/bnt3/test2.php on line 1

Given the abs function, there should be no way that it is a nonpositive
value.
-- 
Edit bug report at: http://bugs.php.net/?id=14544&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to