PHP Psecio\Parse\Rule Пространство имен

Пространства имен

Psecio\Parse\Rule\Helper

Классы

Имя Описание
DisplayErrors The "display_errors" setting should not be enabled manually
DisplayErrorsTest
HardcodedSensitiveValues Avoid hard-coding sensitive values (ex. "username", "password", etc.)
HardcodedSensitiveValuesTest
ParseStr Don't use 'mb_parse_str' or 'parse_str' as they sets variables into the current scope
ParseStrTest
PregReplaceWithEvalModifier Do not use the eval modifier (e) with preg_replace()
PregReplaceWithEvalModifierTest
RuleTestCase Base test for implementing full-parse based unit tests