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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: marco at alphasoft dot ch
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 02 20:01:30 2025 UTC