ID:               16944
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         *Math Functions
 Operating System: linux
 PHP Version:      4.2.0
 New Comment:

This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/

in 4.2.0, pow() doesn't handle strings as arguments, so you may need to
cast the arguments you're passing in.


Previous Comments:
------------------------------------------------------------------------

[2002-05-01 10:07:01] [EMAIL PROTECTED]

pow works fine before 4.20, but in 4.20 it broke -
Warning: Invalid argument(s) passed to pow() 

It works pow(111111,2) but breaks if
I passed pow($N, 2), where $N=111111.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16944&edit=1

Reply via email to