📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:32:44
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
Classes
✏️
Editing: ClassFileName Spaces In FilenameUnitTest.inc
<?php // Test to demonstrate that file names should follow class names, not the other way around. // Making the class name comply with the file name would result in a parse error for this file, // as the file name doesn't comply with the naming conventions for PHP symbol names. class ClassFileNameSpacesInFilenameUnitTest {}
💾 Save Changes
❌ Cancel