📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 03:08:17
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Generators
/
Expectations
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations
🔄 Refresh
✏️
Editing: ExpectedOutputCodeComparisonBlockLength.txt
Read Only
---------------------------------------------------------------- | GENERATORTEST CODING STANDARD: CODE COMPARISON, BLOCK LENGTH | ---------------------------------------------------------------- This is a standard block. ----------------------------------------- CODE COMPARISON ------------------------------------------ | Valid: code sample A has more lines than B. | Invalid: shorter. | ---------------------------------------------------------------------------------------------------- | // This code sample has more lines | $a = 10; | | // than the "invalid" one. | | | $one = 10; | | ---------------------------------------------------------------------------------------------------- ----------------------------------------- CODE COMPARISON ------------------------------------------ | Valid: shorter. | Invalid: code sample B has more lines than A. | ---------------------------------------------------------------------------------------------------- | echo $foo; | // This code sample has more lines | | | // than the "valid" one. | | | print $foo; | ----------------------------------------------------------------------------------------------------
💾 Save Changes
❌ Cancel