📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 21:26:23
📂
/ (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: DisallowSizeFunctionsInLoopsUnitTest.inc
Read Only
<?php for ($i = 0; $i < count($array); $i++) { } $num = count($array); while ($i < count($array)) { } do { } while ($i < count($array)); for ($i = 0; $i < count($this->children); $i++) { } for ($i = 0; $i < sizeof($array); $i++) { } $num = sizeof($array); while ($i < sizeof($array)) { } do { } while ($i < sizeof($array)); for ($i = 0; $i < sizeof($this->children); $i++) { } for ($i = 0; $i < strlen($string); $i++) { } $num = strlen($string); while ($i < strlen($string)) { } do { } while ($i < strlen($string)); for ($i = 0; $i < strlen($this->string); $i++) { } for ($i = sizeof($array); $i > 0; $i--) { } do { echo $a->count; $a->count--; } while($a->count); for ($i = 0; $i < $a->count; $i++) {} for ($i = 0; $i < $a?->count; $i++) {}
💾 Save Changes
❌ Cancel