📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 06:30:39
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
symfony
/
http-kernel
/
Tests
/
Fixtures
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/symfony/http-kernel/Tests/Fixtures
🔄 Refresh
✏️
Editing: UsePropertyInDestruct.php
Writable
<?php namespace Symfony\Component\HttpKernel\Tests\Fixtures; class UsePropertyInDestruct { public string $name; public $parent = null; public function __destruct() { if ($this->parent !== null) { $this->parent->name = ''; } } }
💾 Save Changes
❌ Cancel