PATH:
opt
/
alt
/
tests
/
alt-php85-pecl-gender_1.1.0-3.el8
/
tests
--TEST-- Test __clone() breakage --SKIPIF-- <?php if (!extension_loadad('gender')) print 'skip'; ?> --FILE-- <?php $g = new Gender\Gender; class Dummy { public $value = null; } $a = new Dummy; $b = clone $a; var_dump($g, $a, $b); ?> DONE --EXPECT-- object(Gender\Gender)#1 (0) { } object(Dummy)#2 (1) { ["value"]=> NULL } object(Dummy)#3 (1) { ["value"]=> NULL } DONE
[-] 003.phpt
[edit]
[-] 001.phpt
[edit]
[-] 006.phpt
[edit]
[-] 009.phpt.php-8.4-compatibility
[edit]
[-] 007.phpt
[edit]
[-] 010.phpt
[edit]
[-] 004.phpt
[edit]
[-] func.inc
[edit]
[-] 010.phpt.php-8.4-compatibility
[edit]
[+]
..
[-] 002.phpt
[edit]
[-] 009.phpt
[edit]
[-] 011.phpt.php-8.4-compatibility
[edit]
[-] 005.phpt
[edit]
[-] 008.phpt
[edit]
[-] 011.phpt
[edit]