opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
PHP
➕ New
📤 Upload
✎ Editing:
UpperCaseConstantStandard.xml
← Back
<documentation title="Uppercase PHP Constants"> <standard> <![CDATA[ The <em>true</em>, <em>false</em> and <em>null</em> constants must always be uppercase. ]]> </standard> <code_comparison> <code title="Valid: Uppercase constants."> <![CDATA[ if ($var === <em>FALSE</em> || $var === <em>NULL</em>) { $var = <em>TRUE</em>; } ]]> </code> <code title="Invalid: Lowercase constants."> <![CDATA[ if ($var === <em>false</em> || $var === <em>null</em>) { $var = <em>true</em>; } ]]> </code> </code_comparison> </documentation>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel