📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:31:22
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
Functions
✏️
Editing: GlobalFunctionUnitTest.inc
<?php function func1() {} class MyClass { function func1() {} } interface MyInterface { function func1() {} } function __autoload($class) {} echo preg_replace_callback('~-([a-z])~', function ($match) { return strtoupper($match[1]); }, 'hello-world'); ?>
💾 Save Changes
❌ Cancel