ID:               42100
 User updated by:  lunter at interia dot pl
 Reported By:      lunter at interia dot pl
 Status:           Open
 Bug Type:         Feature/Change Request
 Operating System: WinXP
 PHP Version:      6CVS-2007-07-25 (CVS)
 New Comment:

For example:

<?
 function f(){
  return ( array('a','b','c') );
 }

 print( f()[0] );
?>


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to