Edit report at https://bugs.php.net/bug.php?id=62932&edit=1
ID: 62932 Updated by: larue...@php.net Reported by: bobwei9 at hotmail dot com Summary: Not understandable Fatal error -Status: Assigned +Status: Closed Type: Bug Package: Scripting Engine problem Operating System: Irrelevant (OS X 10.8) PHP Version: master-Git-2012-08-25 (Git) Assigned To: laruence Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-08-26 04:03:12] larue...@php.net Automatic comment on behalf of laruence Revision: http://git.php.net/?p=php-src.git;a=commit;h=7c60aeef857f288661a6f95cf3aa45d6a6feff9b Log: Fixed bug #62931 & #62932 ------------------------------------------------------------------------ [2012-08-25 23:36:23] fel...@php.net I wonder that such syntax is not supposed to be allowed. See bug #62931. ------------------------------------------------------------------------ [2012-08-25 23:33:25] bobwei9 at hotmail dot com Description: ------------ Using PHP, I never would understand this error message without knowing the opcodes by heart.... Please change the error message. Test script: --------------- php -r 'foreach ([[1]] as list($x) => list($y)) print "$x => $y\n";' Expected result: ---------------- PHP Parse error: Cannot use T_LIST as index in foreach in Command line code on line 1 or something like this? Actual result: -------------- PHP Fatal error: Invalid opcode 38/1/2. in Command line code on line 1 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62932&edit=1