Файловый менеджер - Редактировать - /opt/alt/tests/alt-php54-pecl-weakref_0.2.6-1.el8/tests/weakref_006.phpt
Назад
--TEST-- Weakref: Destroying the weakref within the std dtor of the object --FILE-- <?php class A { private $wr = null; public function __construct() { $this->wr = new WeakRef($this); } public function __destruct() { unset($this->wr); } } $a = new A; unset($a); ?> ==END== --EXPECTF-- ==END==
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка