|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-01-30 19:21 UTC] nikic@php.net
-Assigned To:
+Assigned To: nikic
[2013-01-30 19:38 UTC] nikic@php.net
[2013-01-30 19:38 UTC] nikic@php.net
-Status: Assigned
+Status: Closed
[2013-01-30 19:45 UTC] nikic@php.net
[2013-01-30 19:45 UTC] nikic@php.net
[2013-01-30 23:36 UTC] lstrojny@php.net
[2013-03-01 18:32 UTC] stas@php.net
[2013-11-17 09:31 UTC] laruence@php.net
[2014-10-07 23:20 UTC] stas@php.net
[2014-10-07 23:31 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 09:00:01 2025 UTC |
Description: ------------ Segfault on this script: <?php class MyFixedArray extends SplFixedArray { public function offsetGet($offset) {} } $array = new MyFixedArray(10); $array[][1] = 10; Same applies to ArrayObject.