📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 21:26:21
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
PHP
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP
🔄 Refresh
✏️
Editing: DisallowBooleanStatementUnitTest.inc
Read Only
<?php trySomething() || trySomethingElse(); if (trySomething() === FALSE) { trySomethingElse(); } $success || fail(); if ($success === FALSE) { fail(); } $foo = ($bar || $foo); doSomething() || die(); if ($something || somethingElse()) { while ($foo && $bar) { } do { // Code here. } while ($foo && $bar); } ?>
💾 Save Changes
❌ Cancel