REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 772 B
Close
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Functions/OpeningFunctionBraceKernighanRitchieStandard.xml
Text
Base64
<documentation title="Opening Function Brace Kerninghan Ritchie"> <standard> <![CDATA[ The function opening brace must be on the same line as the end of the function declaration, with exactly one space between the end of the declaration and the brace. The brace must be the last content on the line. ]]> </standard> <code_comparison> <code title="Valid: Opening brace on the same line."> <![CDATA[ function fooFunction($arg1, $arg2 = '')<em> {</em> // Do something. } ]]> </code> <code title="Invalid: Opening brace on the next line."> <![CDATA[ function fooFunction($arg1, $arg2 = '') <em>{</em> // Do something. } ]]> </code> </code_comparison> </documentation>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CallTimePassByReferenceStandard.xml
665 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
FunctionCallArgumentSpacingStandard.xml
617 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
OpeningFunctionBraceBsdAllmanStandard.xml
800 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
OpeningFunctionBraceKernighanRitchieStandard.xml
772 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
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).