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
Hello,
Not sure if this is the right place to ask.
Certain functions do not seem to have any highlighting.
"isset" for example has but "count" for example has not. There are others as well.
Is this something that is just missing or a problem on my end?
The text was updated successfully, but these errors were encountered:
isset, empty, echo and print are special keywords for syntax called language constructs, and count(), printf(), etc. are just functions. The different coloring is intentional design, as they have different syntactic semantics.
If you want to use coloring to spot misspellings in standard functions, you can add keywords like this:
You may be interested by the package php-fh that I created.
This is reworked code from this old work that I have used for over 15 years without problem.
Hello,
Not sure if this is the right place to ask.
Certain functions do not seem to have any highlighting.
"isset" for example has but "count" for example has not. There are others as well.
Is this something that is just missing or a problem on my end?
The text was updated successfully, but these errors were encountered: