Edit report at https://bugs.php.net/bug.php?id=64598&edit=1

 ID:                 64598
 Updated by:         fel...@php.net
 Reported by:        php at flyingsoft dot phatcode dot net
 Summary:            function array dereferencing not completely
                     implemented
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            Arrays related
 Operating System:   WAMP..
 PHP Version:        5.4.13
 Block user comment: N
 Private report:     N

 New Comment:

This nothing have to do with "function array dereferencing".


Previous Comments:
------------------------------------------------------------------------
[2013-04-06 08:06:19] php at flyingsoft dot phatcode dot net

Description:
------------
Function array dereferencing does not work for splFixedArray.

Test script:
---------------
<?php
$a = new splFixedArray(5);
$a[0] = array(1, 2, 3);
$a[0][0] = 10;
?>

Expected result:
----------------
No error.

Actual result:
--------------
"Notice: Indirect modification of overloaded element of SplFixedArray has no 
effect in [filename] on line 4"


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=64598&edit=1

Reply via email to