📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 08:35:41
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
Functions
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions
🔄 Refresh
✏️
Editing: OpeningFunctionBraceKernighanRitchieUnitTest.2.inc
Read Only
<?php // Tests with tabs and the tabWidth config set to 4. // Uses one tab. function myFunction() { } // Uses three tabs. function myFunction() { } // Uses one tab in a way that it translates to exactly one space with tab replacement. function oneT() { } // Mixed tabs and spaces. function mixed() { }
💾 Save Changes
❌ Cancel