Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
php_old /
tests /
Console_Getopt /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
001-getopt.phpt
1.2
KB
-rw-rw-rw-
2016-01-22 10:45
bug10557.phpt
494
B
-rw-rw-rw-
2016-01-22 10:45
bug11068.phpt
793
B
-rw-rw-rw-
2016-01-22 10:45
bug13140.phpt
1.32
KB
-rw-rw-rw-
2016-01-22 10:45
Save
Rename
--TEST-- Console_Getopt [bug 10557] --SKIPIF-- --FILE-- <?php $_SERVER['argv'] = $argv = array('hi', '-fjjohnston@mail.com', '--to', '--mailpack', '--debug'); require_once 'Console/Getopt.php'; $ret = Console_Getopt::getopt(Console_Getopt::readPHPArgv(), 'f:t:', array('from=','to=','mailpack=','direction=','verbose','debug')); if(PEAR::isError($ret)) { echo $ret->getMessage()."\n"; echo 'FATAL'; exit; } print_r($ret); ?> --EXPECT-- Console_Getopt: option requires an argument --to FATAL