📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:32:09
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
PHP
✏️
Editing: LowerCaseKeywordStandard.xml
<documentation title="Lowercase Keywords"> <standard> <![CDATA[ All PHP keywords should be lowercase. ]]> </standard> <code_comparison> <code title="Valid: Lowercase array keyword used."> <![CDATA[ $foo = <em>array</em>(); ]]> </code> <code title="Invalid: Non-lowercase array keyword used."> <![CDATA[ $foo = <em>Array</em>(); ]]> </code> </code_comparison> </documentation>
💾 Save Changes
❌ Cancel