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 /
Zend /
tests /
assert /
Delete
Unzip
Name
Size
Permission
Date
Action
bug70208.phpt
392
B
-rw-rw-r--
2022-10-31 11:36
bug70528.phpt
628
B
-rw-rw-r--
2022-10-31 11:36
expect_001.phpt
147
B
-rw-rw-r--
2022-10-31 11:36
expect_002.phpt
332
B
-rw-rw-r--
2022-10-31 11:36
expect_003.phpt
232
B
-rw-rw-r--
2022-10-31 11:36
expect_004.phpt
271
B
-rw-rw-r--
2022-10-31 11:36
expect_005.phpt
319
B
-rw-rw-r--
2022-10-31 11:36
expect_006.phpt
228
B
-rw-rw-r--
2022-10-31 11:36
expect_007.phpt
546
B
-rw-rw-r--
2022-10-31 11:36
expect_008.phpt
624
B
-rw-rw-r--
2022-10-31 11:36
expect_009.phpt
548
B
-rw-rw-r--
2022-10-31 11:36
expect_010.phpt
540
B
-rw-rw-r--
2022-10-31 11:36
expect_011.phpt
688
B
-rw-rw-r--
2022-10-31 11:36
expect_012.phpt
405
B
-rw-rw-r--
2022-10-31 11:36
expect_013.phpt
176
B
-rw-rw-r--
2022-10-31 11:36
expect_014.phpt
162
B
-rw-rw-r--
2022-10-31 11:36
expect_015.phpt
6.34
KB
-rw-rw-r--
2022-10-31 11:36
expect_016.phpt
581
B
-rw-rw-r--
2022-10-31 11:36
expect_017.phpt
513
B
-rw-rw-r--
2022-10-31 11:36
expect_018.phpt
625
B
-rw-rw-r--
2022-10-31 11:36
expect_019.phpt
306
B
-rw-rw-r--
2022-10-31 11:36
expect_020.phpt
415
B
-rw-rw-r--
2022-10-31 11:36
expect_empty_stmt_bug.phpt
143
B
-rw-rw-r--
2022-10-31 11:36
indirect_var_access_misoptimization.phpt
409
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Bug #70208 (scope information must be preserved with assert()) --FILE-- <?php function non_class_scope() { return true; } class test { protected $prop = 1; public function __construct() { assert('non_class_scope();'); var_dump($this->prop); } } new test; ?> --EXPECTF-- Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d int(1)