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
We need to review all PHP functions and redo the classification in the 4 groups. Documenting the process, the decisions on why some words are in PLX, and maybe converge to something that can be done in an automated way.
From the list of PHP functions, I'm doing a selection of words that don't have an underscore and are English words (will use @theMiddleBlue's script for this).
Uh oh!
There was an error while loading. Please reload this page.
These must be addressed as a group:
php-function-names-933150.data
#2684php-function-names-933151.data
#2685Rule 933160
~220 words which are common in PHP code, but have a higher chance to cause false positives in natural language or other contexts.
To mitigate false positives, a regexp looks for PHP function syntax, e.g. 'eval()'.
Regexp is generated from function names in regex-assembly/933160.ra
The text was updated successfully, but these errors were encountered: