REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 943 B
Close
//opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.inc
Text
Base64
<?php function func1() {} class MyClass { function func1() {} public function func1() {} private function func1() {} protected function func1() {} } class Closure_Test { public function test() { $foo = function() { echo 'foo'; }; function my_sort() { // ... } $a = array(); usort($a, 'my_sort'); } } function test() { $foo = function() { echo 'foo'; }; } trait Trait_Test { function func1() {} public function func1() {} private function func1() {} protected function func1() {} } class Nested { public function getAnonymousClass() { return new class() { function __something() {} }; } } enum SomeEnum { function func1() {} public function func1() {} private function func1() {} protected function func1() {} } class UnconventionalSpacing { public static function myFunction() {} }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
MemberVarScopeUnitTest.inc
1.88 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MemberVarScopeUnitTest.php
1.64 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MethodScopeUnitTest.inc
943 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MethodScopeUnitTest.php
1.37 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
StaticThisUsageUnitTest.inc
2.52 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
StaticThisUsageUnitTest.php
1.59 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).