1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Files
archived-php-src/Zend/zend_weakrefs.stub.php
T
2019-10-31 12:17:04 +01:00

10 lines
162 B
PHP

<?php
final class WeakReference {
public function __construct();
public static function create(): WeakReference;
public function get(): ?object;
}