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 026: Elimination of dead code due to conflicting type checks --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 opcache.opt_debug_level=0x20000 opcache.preload= --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php function test($var) { if (!is_string($var) || (is_object($var) && !method_exists($var, '__toString'))) { return; } var_dump($username); } ?> --EXPECTF-- $_main: ; (lines=1, args=0, vars=0, tmps=0) ; (after optimizer) ; %s:1-10 L0 (10): RETURN int(1) test: ; (lines=9, args=1, vars=2, tmps=1) ; (after optimizer) ; %s:2-8 L0 (2): CV0($var) = RECV 1 L1 (3): T2 = TYPE_CHECK (string) CV0($var) L2 (3): JMPZ T2 L4 L3 (3): JMP L5 L4 (4): RETURN null L5 (7): INIT_FCALL 1 %d string("var_dump") L6 (7): SEND_VAR CV1($username) 1 L7 (7): DO_ICALL L8 (8): RETURN null