📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:19:36
📂
/ (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_match_expression.php
Writable
<?php declare(strict_types=1); final class MatchExpr { public int $result; public function __construct(int $value) { $this->result = match ($value) { 0 => 4, 1 => 5, 2 => 6, 3 => 7, default => 8, }; } }
💾 Save Changes
❌ Cancel