PATH:
opt
/
alt
/
tests
/
alt-php55-pecl-weakref_0.2.6-1.el8
/
tests
--TEST-- Weakref: cloning --FILE-- <?php $o = new StdClass; $wr1 = new WeakRef($o); $wr2 = clone $wr1; unset($o); var_dump($wr1->valid()); var_dump($wr2->valid()); ?> ==END== --EXPECTF-- bool(false) bool(false) ==END==
[-] weakref_011.phpt
[edit]
[-] weakref_002.phpt
[edit]
[-] weakref_012.phpt
[edit]
[-] weakref_008.phpt
[edit]
[-] weakref_004.phpt
[edit]
[-] weakref_009.phpt
[edit]
[-] weakmap_001.phpt
[edit]
[-] weakref_010.phpt
[edit]
[-] weakref_001.phpt
[edit]
[-] weakref_003.phpt
[edit]
[-] weakref_005.phpt
[edit]
[-] weakmap_002.phpt
[edit]
[-] weakmap_003.phpt
[edit]
[-] weakref_006.phpt
[edit]
[+]
..
[-] weakref_014.phpt
[edit]