🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:29:34 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Tokenizers
/
PHP
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP
🔄 Refresh
✏️
Editing: FinallyTest.inc
Read Only
<?php try { // Do something. } catch(Exception $e) { // Do something. } /* testTryCatchFinally */ finally { // Do something. } /* testTryFinallyCatch */ try { // Do something. } finally { // Do something. } catch(Exception $e) { // Do something. } /* testTryFinally */ try { // Do something. } FINALLY { // Do something. } class FinallyAsMethod { /* testFinallyUsedAsClassConstantName */ const FINALLY = 'foo'; /* testFinallyUsedAsMethodName */ public function finally() { // Do something. /* testFinallyUsedAsPropertyName */ $this->finally = 'foo'; } }
💾 Save Changes
❌ Cancel