ID: 45349 Updated by: [EMAIL PROTECTED] Reported By: david at grudl dot com -Status: Open +Status: Feedback Bug Type: SPL related Operating System: Windows XP PHP Version: 5.3CVS-2008-06-24 (snap) Assigned To: colder New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.3-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.3-win32-installer-latest.msi Can't reproduce: [EMAIL PROTECTED] /var/cvs/php.net/php5.3-dev $ sapi/cli/php -r '$a = new ArrayObject(); $a->ksort(); echo "end\n";' end But I also fixed something related to methods like ksort(), so please try again. Previous Comments: ------------------------------------------------------------------------ [2008-06-24 18:09:15] david at grudl dot com Description: ------------ Method ksort() terminates script. Reproduce code: --------------- $obj = new ArrayObject(); $obj->ksort(); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45349&edit=1