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.41
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 /
ext /
opcache /
tests /
opt /
Delete
Unzip
Name
Size
Permission
Date
Action
dce_001.phpt
746
B
-rw-rw-r--
2022-10-31 11:36
dce_002.phpt
774
B
-rw-rw-r--
2022-10-31 11:36
dce_003.phpt
616
B
-rw-rw-r--
2022-10-31 11:36
dce_004.phpt
680
B
-rw-rw-r--
2022-10-31 11:36
dce_005.phpt
617
B
-rw-rw-r--
2022-10-31 11:36
dce_006.phpt
928
B
-rw-rw-r--
2022-10-31 11:36
dce_007.phpt
688
B
-rw-rw-r--
2022-10-31 11:36
dce_008.phpt
703
B
-rw-rw-r--
2022-10-31 11:36
dce_009.phpt
213
B
-rw-rw-r--
2022-10-31 11:36
jmp_001.phpt
648
B
-rw-rw-r--
2022-10-31 11:36
prop_types.phpt
3.68
KB
-rw-rw-r--
2022-10-31 11:36
sccp_001.phpt
544
B
-rw-rw-r--
2022-10-31 11:36
sccp_002.phpt
731
B
-rw-rw-r--
2022-10-31 11:36
sccp_003.phpt
699
B
-rw-rw-r--
2022-10-31 11:36
sccp_004.phpt
789
B
-rw-rw-r--
2022-10-31 11:36
sccp_005.phpt
627
B
-rw-rw-r--
2022-10-31 11:36
sccp_006.phpt
924
B
-rw-rw-r--
2022-10-31 11:36
sccp_007.phpt
664
B
-rw-rw-r--
2022-10-31 11:36
sccp_008.phpt
837
B
-rw-rw-r--
2022-10-31 11:36
sccp_009.phpt
636
B
-rw-rw-r--
2022-10-31 11:36
sccp_010.phpt
733
B
-rw-rw-r--
2022-10-31 11:36
sccp_011.phpt
722
B
-rw-rw-r--
2022-10-31 11:36
sccp_012.phpt
760
B
-rw-rw-r--
2022-10-31 11:36
sccp_013.phpt
477
B
-rw-rw-r--
2022-10-31 11:36
sccp_014.phpt
508
B
-rw-rw-r--
2022-10-31 11:36
sccp_015.phpt
578
B
-rw-rw-r--
2022-10-31 11:36
sccp_016.phpt
582
B
-rw-rw-r--
2022-10-31 11:36
sccp_017.phpt
593
B
-rw-rw-r--
2022-10-31 11:36
sccp_018.phpt
332
B
-rw-rw-r--
2022-10-31 11:36
sccp_019.phpt
579
B
-rw-rw-r--
2022-10-31 11:36
sccp_020.phpt
327
B
-rw-rw-r--
2022-10-31 11:36
sccp_021.phpt
483
B
-rw-rw-r--
2022-10-31 11:36
sccp_022.phpt
883
B
-rw-rw-r--
2022-10-31 11:36
sccp_023.phpt
520
B
-rw-rw-r--
2022-10-31 11:36
sccp_024.phpt
1022
B
-rw-rw-r--
2022-10-31 11:36
sccp_025.phpt
908
B
-rw-rw-r--
2022-10-31 11:36
sccp_026.phpt
900
B
-rw-rw-r--
2022-10-31 11:36
sccp_027.phpt
409
B
-rw-rw-r--
2022-10-31 11:36
sccp_028.phpt
368
B
-rw-rw-r--
2022-10-31 11:36
sccp_029.phpt
437
B
-rw-rw-r--
2022-10-31 11:36
sccp_030.phpt
297
B
-rw-rw-r--
2022-10-31 11:36
skipif.inc
100
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- SCCP 025: ADD_ARRAY_ELEMENT against an existing const array --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.opt_debug_level=0 --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php function test($phpEx) { $expected_data_sets = array( 1 => array( 'id' => 1, ), 6 => array( 'viewtopic' => strval("phpBB/viewtopic.$phpEx"), ), ); $test_cases = array( array( 'expected' => array(6), ), ); foreach ($test_cases as $case => $case_data) { foreach ($case_data['expected'] as $data_set => $expected) { $test_cases[$case]['expected'][$data_set] = $expected_data_sets[$expected]; } } return $test_cases; } var_dump(test("xxx")); ?> --EXPECT-- array(1) { [0]=> array(1) { ["expected"]=> array(1) { [0]=> array(1) { ["viewtopic"]=> string(19) "phpBB/viewtopic.xxx" } } } }