junichi11 commented on issue #5933:
URL: https://github.com/apache/netbeans/issues/5933#issuecomment-1545188758

   Reproducible. The cause is not an arrow function expression but an 
instanceof expression.
   
   ### Example code
   
   ```php
   <?php
   class Example {}
   $test = "Example";
   $a = new Example();
   $boolean = $a instanceof ((string) $test); // error
   var_dump($boolean);
   
   ```
   
   Thank you for reporting it.


-- 
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

Reply via email to