REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.58 KB
Close
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.inc
Text
Base64
<?php abstract class My_Class { public function __construct() {} public function My_Class() {} public function _My_Class() {} public function getSomeValue() {} public function parseMyDSN() {} public function get_some_value() {} public function GetSomeValue() {} public function getSomeValue_Again() {} protected function getSomeValue() {} protected function parseMyDSN() {} protected function get_some_value() {} private function getSomeValue() {} private function parseMyDSN() {} private function get_some_value() {} function getSomeValue() {} function parseMyDSN() {} function get_some_value() {} function o_toString() {} }//end class function getSomeValue() {} function parseMyDSN() {} function get_some_value() {} class Closure_Test { function test() { $foo = function() { echo 'foo'; }; } } trait Foo { function __call() {} } class Magic_Case_Test { function __Construct() {} function __isSet() {} function __tostring() {} function __set_state() {} } function __autoLoad() {} class Foo extends \SoapClient { public function __soapCall( $functionName, $arguments, $options = array(), $inputHeaders = null, &$outputHeaders = array() ) { // body } function __() {} } function ___tripleUnderscore() {} // Ok. class triple { public function ___tripleUnderscore() {} // Ok. } class Nested { public function getAnonymousClass() { return new class() { public function nested_function() {} }; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CamelCapsMethodNameUnitTest.inc
1.58 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
CamelCapsMethodNameUnitTest.php
1.53 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).