golden hour
/opt/alt/tests/alt-php71-pecl-gender_1.1.0-1.el9/tests
⬆️ Go Up
Upload
File/Folder
Size
Actions
001.phpt
541 B
Del
OK
002.phpt
300 B
Del
OK
003.phpt
303 B
Del
OK
004.phpt
796 B
Del
OK
005.phpt
298 B
Del
OK
006.phpt
612 B
Del
OK
007.phpt
1 KB
Del
OK
008.phpt
500 B
Del
OK
009.phpt
379 B
Del
OK
010.phpt
508 B
Del
OK
011.phpt
1.66 KB
Del
OK
func.inc
1000 B
Del
OK
Edit: 009.phpt
--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
Save