| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2005-09-08 11:54 UTC] derick@php.net
  [2006-04-26 22:31 UTC] brianlmoon@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 09:00:01 2025 UTC | 
Description: ------------ Nested current() does not work. Reproduce code: --------------- $a = array( 'a'=>array('b'=>'c') ); echo current(current($a)); Expected result: ---------------- c Actual result: -------------- Fatal error: Only variables can be passed by reference in