ID: 42100
User updated by: lunter at interia dot pl
Reported By: lunter at interia dot pl
Status: Bogus
Bug Type: Feature/Change Request
Operating System: WinXP
PHP Version: 6CVS-2007-07-25 (CVS)
New Comment:
[quote]Please do not submit the same bug more than once.[/quote]
Sorry, but it is not a bug. It is a 'Feature/Change Request'.
[quote]An existing bug report already describes this very
problem.[/quote]
It is not a problem. It is a 'Feature/Change Request'.
Previous Comments:
------------------------------------------------------------------------
[2007-07-25 16:50:10] [EMAIL PROTECTED]
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same.
Thank you for your interest in PHP.
Since feature has been requested before, maybe someday somebody has a
patch, I can't see this happen, soon.
------------------------------------------------------------------------
[2007-07-25 11:13:49] lunter at interia dot pl
For example:
<?
function f(){
return ( array('a','b','c') );
}
print( f()[0] );
?>
------------------------------------------------------------------------
[2007-07-25 10:51:48] lunter at interia dot pl
Description:
------------
Direct reference to arrays and strings, etc (like in JS, C#).
Reproduce code:
---------------
<?
print( array('a','b','c')[0] );
print( 'abc'[1] );
?>
Expected result:
----------------
printed: ab
Actual result:
--------------
Parse error: syntax error, unexpected '['
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=42100&edit=1