[ 
https://issues.apache.org/jira/browse/NETBEANS-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445889#comment-17445889
 ] 

Junichi Yamamoto commented on NETBEANS-6216:
--------------------------------------------

Reproducible. Thanks for reporting it.

 

Simple example code:
{code:php}
<?php
function test() {
    echo "test";
}

[1 => "test"][1](); // error occurs
{code}

> Error parsing php file
> ----------------------
>
>                 Key: NETBEANS-6216
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6216
>             Project: NetBeans
>          Issue Type: Bug
>          Components: editor - Parsing &amp; Indexing
>    Affects Versions: 12.5
>            Reporter: Michael Vorisek
>            Priority: Major
>
> NetBeans fails currently to parse this php file: https://pastebin.com/rPDSEVpC



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to