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 /
sapi /
cgi /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
001.phpt
324
B
-rw-rw-r--
2022-10-31 11:36
002.phpt
1.08
KB
-rw-rw-r--
2022-10-31 11:36
003.phpt
1.13
KB
-rw-rw-r--
2022-10-31 11:36
004.phpt
777
B
-rw-rw-r--
2022-10-31 11:36
005-win32.phpt
483
B
-rw-rw-r--
2022-10-31 11:36
005.phpt
486
B
-rw-rw-r--
2022-10-31 11:36
006.phpt
947
B
-rw-rw-r--
2022-10-31 11:36
007.phpt
387
B
-rw-rw-r--
2022-10-31 11:36
008.phpt
2.18
KB
-rw-rw-r--
2022-10-31 11:36
009.phpt
523
B
-rw-rw-r--
2022-10-31 11:36
010.phpt
947
B
-rw-rw-r--
2022-10-31 11:36
011.phpt
2.74
KB
-rw-rw-r--
2022-10-31 11:36
apache_request_headers.phpt
1.43
KB
-rw-rw-r--
2022-10-31 11:36
apache_response_headers.phpt
901
B
-rw-rw-r--
2022-10-31 11:36
bug60677.phpt
175
B
-rw-rw-r--
2022-10-31 11:36
bug61605.phpt
587
B
-rw-rw-r--
2022-10-31 11:36
bug69487.phpt
16.54
KB
-rw-rw-r--
2022-10-31 11:36
bug75574_utf8.phpt
574
B
-rw-rw-r--
2022-10-31 11:36
bug78323.phpt
769
B
-rw-rw-r--
2022-10-31 11:36
bug80849-cgi.phpt
1.16
KB
-rw-rw-r--
2022-10-31 11:36
bug81518a.phpt
315
B
-rw-rw-r--
2022-10-31 11:36
bug81518b.phpt
281
B
-rw-rw-r--
2022-10-31 11:36
include.inc
1.42
KB
-rw-rw-r--
2022-10-31 11:36
skipif.inc
163
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Bug #78323 Test exit code and error message for invalid parameters --SKIPIF-- <?php include "skipif.inc"; ?> --FILE-- <?php include "include.inc"; $php = get_cgi_path(); reset_env_vars(); // no argument for option ob_start(); passthru("$php --memory-limit=1G 2>&1", $exitCode); $output = ob_get_contents(); ob_end_clean(); $lines = preg_split('/\R/', $output); echo $lines[0], "\n", $lines[1], "\n", "Done: $exitCode\n\n"; // Successful execution ob_start(); passthru("$php -dmemory-limit=1G -v", $exitCode); $output = ob_get_contents(); ob_end_clean(); $lines = preg_split('/\R/', $output); echo $lines[0], "\n", "Done: $exitCode\n"; ?> --EXPECTF-- Error in argument 1, char 1: no argument for option - Usage: %s Done: 1 PHP %s Done: 0