GitHub user matthiasblaesing added a comment to the discussion: PHP: Shouldn't a call to an undefined function trigger an error in the editor?
You assume, that NetBeans "knows" about your runtime environment, but that is not the case. You can install extensions outside your project and these can make global function available to your code. So there is a high risk to cause false positives for such warnings. GitHub link: https://github.com/apache/netbeans/discussions/8573#discussioncomment-13422974 ---- This is an automatically sent email for notifications@netbeans.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@netbeans.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists