junichi11 commented on code in PR #8227:
URL: https://github.com/apache/netbeans/pull/8227#discussion_r1951756508
##########
php/php.editor/tools/ASTPHP5Parser.cup:
##########
@@ -5360,23 +5435,13 @@ T_OPEN_RECT:o dim_offset:index T_CLOSE_RECT:end
{:
RESULT = new ArrayDimension(oleft, endright, index,
ArrayDimension.Type.VARIABLE_ARRAY);
:}
-
-| T_CURLY_OPEN:o dim_offset:index T_CURLY_CLOSE:end
-{:
- RESULT = new ArrayDimension(oleft, endright, index,
ArrayDimension.Type.VARIABLE_HASHTABLE);
-:}
Review Comment:
Yes :)
- deprecated as of PHP 7.4
- fatal error as of PHP 8.0
- parse error as of PHP 8.4
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists