php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34424 Fatal error with current(current($x))
Submitted: 2005-09-08 11:50 UTC Modified: 2006-04-26 22:31 UTC
From: marco at alphasoft dot ch Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.0.5 OS: Windows, IIS, Isapi
Private report: No CVE-ID: None
 [2005-09-08 11:50 UTC] marco at alphasoft dot ch
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-08 11:54 UTC] derick@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.
 [2006-04-26 22:31 UTC] brianlmoon@php.net
This code now works under 5.1.  So, is 5.1 broken or was 5.0 borken and this was a bad dismisal of a bug?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 06:01:28 2024 UTC