From:             daniel dot meister at datahouse dot ch
Operating system: Ubuntu 09.04
PHP version:      5.2.11
PHP Bug Type:     Class/Object related
Bug description:  class-constant can't be set to negative infinity

Description:
------------
It is not possible to set a class-constant to the value of negative
infinity (-INF) while it is possible to set it to any float value or even
to positive infinity (INF) or not-a-number (NAN).

configuration:
- no configure options
- no changes to php.ini

Reproduce code:
---------------
class A {

    const a = -INF;

}

echo is_infinite(A::a);


Expected result:
----------------
1

Actual result:
--------------
Fatal error: Unsupported operand types in /path/to/file/filename.php on
line n


-- 
Edit bug report at http://bugs.php.net/?id=49828&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49828&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49828&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49828&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49828&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49828&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49828&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49828&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49828&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49828&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49828&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49828&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49828&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49828&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49828&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49828&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49828&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49828&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49828&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49828&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49828&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49828&r=mysqlcfg

Reply via email to