Segfault on SplFixedArray[][x] = y when extended
[2013-01-30 19:02 UTC] nikic@php.net
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.
[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