opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
Operators
➕ New
📤 Upload
✎ Editing:
ValidLogicalOperatorsUnitTest.inc
← Back
<?php if ($value === TRUE || $other === FALSE) { } if ($value === TRUE OR $other === FALSE) { } if ($value === TRUE && $other === FALSE) { } if ($value === TRUE and $other === FALSE) { } if ($one === TRUE && ($two === TRUE || $three === TRUE)) { } if ($one === TRUE AND ($two === TRUE or $three === TRUE)) { } if ($a ^ $b) { } if ($a xor $b) { } if ($a XOR $b) { } ?>
💾 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