Searched refs:help (Results 1 – 25 of 58) sorted by relevance
123
/PHP-5.6/ext/phar/phar/ |
H A D | clicommand.inc | 33 self::error("No command given, check ${argv[0]} help\n"); 35 self::error("Unknown command '${argv[1]}', check ${argv[0]} help\n"); 49 …self::error("Missing argument to parameter '$arg' of command '$command', check ${argv[0]} help\n"); 54 self::error("Unknown parameter '${argv[$i]}' to command $command, check ${argv[0]} help\n"); 64 … self::error("Missing default trailing arguments to command $command, check ${argv[0]} help\n"); 73 self::error("Unexpected default arguments to command $command, check ${argv[0]} help\n"); 78 $missing .= "Missing parameter '-$arg' to command $command, check ${argv[0]} help\n"; 230 return "This help or help for a selected command."; 283 …return array('' => array('typ'=>'any','val'=>NULL,'inf'=>'Optional command to retrieve help for.')… 301 self::error("Unknown command, cannot retrieve help.\n");
|
/PHP-5.6/ext/iconv/tests/ |
H A D | iconv_mime_decode_headers.phpt | 17 Mailing-List: contact internals-help@lists.php.net; run by ezmlm 19 List-Help: <mailto:internals-help@lists.php.net> 52 string(50) "contact internals-help@lists.php.net; run by ezmlm" 56 string(37) "<mailto:internals-help@lists.php.net>"
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | prev_basic.phpt | 28 $array2 = array('one', 2 => "help", 3, false, 'stringkey2' => 'val2', 'stringkey1' => 'val1'); 50 string(4) "help"
|
H A D | array_product_variation1.phpt | 14 static function help() { echo "hello\n"; }
|
/PHP-5.6/win32/build/ |
H A D | phpize.bat | 5 …enerating configure script, configure script was not copied) ELSE (echo Now run 'configure --help')
|
/PHP-5.6/ |
H A D | buildconf.bat | 7 …enerating configure script, configure script was not copied) ELSE (echo Now run 'configure --help')
|
H A D | config.sub | 83 help=" 93 --help | --h* | -h ) 100 echo "$me: invalid option $1$help" 114 0) echo "$me: missing argument$help" >&2 117 *) echo "$me: too many arguments$help" >&2
|
H A D | README.EXT_SKEL | 108 --no-help 111 function to help first time module writers to get started and testing 148 This program doesn't have a --help option. It has --no-help instead.
|
H A D | ltmain.sh | 486 --help) 565 $echo "$help" 1>&2 578 $echo "$help" 1>&2 646 $echo "$help" 1>&2 651 generic_help="$help" 3172 $echo "$help" 1>&2 3236 $echo "$help" 1>&2 5930 $echo "$help" 1>&2 5942 $echo "$help" 1>&2 6395 $echo "$help" [all …]
|
/PHP-5.6/ext/bcmath/libbcmath/ |
H A D | missing | 28 -h|--h|--he|--hel|--help)
|
H A D | configure | 134 -help | --help | --hel | --he) 142 --help print this message 1583 -help | --help | --hel | --he | --h)
|
/PHP-5.6/ext/ftp/tests/ |
H A D | 001.phpt | 24 string(55) "214-There is help available for the following commands:"
|
H A D | 002.phpt | 26 string(55) "214-There is help available for the following commands:"
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_prompt.h | 48 PHPDBG_COMMAND(help);
|
H A D | Changelog.md | 43 4. Include all alias information and sub-command information in help
|
/PHP-5.6/sapi/caudium/ |
H A D | README | 8 Roxen. Also, with the help of the VIRTUAL_DIR code in PHP, PHP
|
/PHP-5.6/sapi/roxen/ |
H A D | README | 17 Software for support and help. See http://www.roxen.com/company/contact/
|
/PHP-5.6/ext/zlib/tests/ |
H A D | bug60761.phpt | 44 var_dump($lens); // show lengths to help triage in case of failure
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 259 const char* help = XMLRPC_VectorGetStringWithID(sm->desc, xi_token_purpose); in xi_system_method_help_cb() local 262 xResponse = XMLRPC_CreateValueString(NULL, help ? help : xi_token_empty, 0); in xi_system_method_help_cb()
|
/PHP-5.6/ext/openssl/tests/ |
H A D | 001.phpt | 13 * and being slow will most likely even help the test.
|
H A D | stream_server_reneg_limit.phpt | 7 exec('openssl help', $out, $code);
|
/PHP-5.6/ext/calendar/tests/ |
H A D | unixtojd.phpt | 14 // putting a call to date_default_timezone_set() here doesn't help
|
/PHP-5.6/sapi/litespeed/ |
H A D | README | 155 having memory leaks. This parameter can help reducing memory usage 162 process will wait for a new request before it exits. This option help 182 will be killed by the parent process. This option can help getting rid 190 This option help releasing system resources taken by an idle parent
|
/PHP-5.6/scripts/ |
H A D | phpize.in | 176 --help)
|
/PHP-5.6/sapi/tux/ |
H A D | README | 57 $ ./configure --help
|
Completed in 57 milliseconds
123