Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
Zend /
tests /
array_unpack /
Delete
Unzip
Name
Size
Permission
Date
Action
already_occupied.phpt
884
B
-rw-rw-r--
2022-10-31 11:36
basic.phpt
1.23
KB
-rw-rw-r--
2022-10-31 11:36
classes.phpt
623
B
-rw-rw-r--
2022-10-31 11:36
in_destructuring.phpt
212
B
-rw-rw-r--
2022-10-31 11:36
non_integer_keys.phpt
294
B
-rw-rw-r--
2022-10-31 11:36
ref1.phpt
273
B
-rw-rw-r--
2022-10-31 11:36
string_keys.phpt
451
B
-rw-rw-r--
2022-10-31 11:36
undef_var.phpt
281
B
-rw-rw-r--
2022-10-31 11:36
unpack_invalid_type_compile_time.phpt
192
B
-rw-rw-r--
2022-10-31 11:36
unpack_string_keys_compile_time.phpt
187
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Array unpacking with element rc=1 --FILE-- <?php $a = 1; $b = [&$a]; //array (0 => (refcount=2, is_ref=1)=1) unset($a); //array (0 => (refcount=1, is_ref=1)=1) var_dump([...$b]); //array (0 => (refcount=0, is_ref=0)=1) --EXPECT-- array(1) { [0]=> int(1) }