You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PHP, certain keywords are not properly highlighted by the parser: require, require_once, and trait. These are some that I use frequently, but the list at the PHP website has some relatively obscure and newer keywords which the editor may does not recognize as proper keywords (especially some built-in functions like isset() and array()).
The text was updated successfully, but these errors were encountered:
In PHP, certain keywords are not properly highlighted by the parser:
require
,require_once
, andtrait
. These are some that I use frequently, but the list at the PHP website has some relatively obscure and newer keywords which the editor may does not recognize as proper keywords (especially some built-in functions likeisset()
andarray()
).The text was updated successfully, but these errors were encountered: