From: cslush at gmail dot com Operating system: Linux Kernel 2.6.15 PHP version: 5.1.4 PHP Bug Type: Class/Object related Bug description: Unexpected behavior as a result of __get and __set
Description: ------------ I am getting unexpected behavior from the __get and __set methods. I am assigning an array via __set and then, by accessing it with __get, I am unable to correctly pull the last key of the array. end($this->array); $last_key = key($this->array); Reproduce code: --------------- http://rafb.net/paste/results/z7GNVF49.html Expected result: ---------------- 123456789Last Actual result: -------------- Last123456789 -- Edit bug report at http://bugs.php.net/?id=38069&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=38069&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=38069&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=38069&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=38069&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=38069&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=38069&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=38069&r=needscript Try newer version: http://bugs.php.net/fix.php?id=38069&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=38069&r=support Expected behavior: http://bugs.php.net/fix.php?id=38069&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=38069&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=38069&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=38069&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=38069&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=38069&r=dst IIS Stability: http://bugs.php.net/fix.php?id=38069&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=38069&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=38069&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=38069&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=38069&r=mysqlcfg