From:             gooh
Operating system: 
PHP version:      5.4SVN-2011-11-19 (SVN)
Package:          SPL related
Bug Type:         Bug
Bug description:SplFixedArray::key returns index for invalid keys

Description:
------------
SplFixedArray::key() will return a value even when the key does not exist
in the SplFixedArray. This does not conform to the behavior we have in
regular arrays, ArrayObject and ArrayIterator. SplFixedArray::key() should
return NULL when the current key does not exist to conform.

Test script:
---------------
http://codepad.viper-7.com/4hWmUn

Expected result:
----------------
NULL NULL NULL NULL 

Actual result:
--------------
int(3) NULL NULL NULL 

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

Reply via email to