PHP 8.2.30
Preview: bug10557.phpt Size: 494 B
/proc/thread-self/root/opt/cloudlinux/alt-php73/root/usr/share/pear/test/Console_Getopt/tests/bug10557.phpt

--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

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
1.20 KB lrw-r--r-- 2025-05-12 17:13:28
Edit Download
494 B lrw-r--r-- 2025-05-12 17:13:28
Edit Download
793 B lrw-r--r-- 2025-05-12 17:13:28
Edit Download
1.32 KB lrw-r--r-- 2025-05-12 17:13:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).