📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:19:18
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/php-code-coverage/tests/_files
🔄 Refresh
✏️
Editing: source_with_oneline_annotations.php
Writable
<?php /** Docblock */ interface FooInterface { public function bar(); } class Foo { public function bar() { } } function baz() { // a one-line comment print '*'; // a one-line comment /* a one-line comment */ print '*'; /* a one-line comment */ /* a one-line comment */ print '*'; /* a one-line comment */ print '*'; // @codeCoverageIgnore print '*'; // @codeCoverageIgnoreStart print '*'; print '*'; // @codeCoverageIgnoreEnd print '*'; } function xyz() { }
💾 Save Changes
❌ Cancel