Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 46) sorted by relevance

12

/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc33 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-7.4/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt17 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-7.4/ext/standard/tests/array/
H A Dprev_basic.phpt28 $array2 = array('one', 2 => "help", 3, false, 'stringkey2' => 'val2', 'stringkey1' => 'val1');
50 string(4) "help"
H A Darray_product_variation1.phpt14 static function help() { echo "hello\n"; }
/PHP-7.4/win32/build/
H A Dphpize.bat8 echo Now run 'configure --help'
H A Dphpize.js.in195 if (argname == '--help') {
196 STDOUT.WriteLine("Usage: phpize [--clean|--help|--version|-v]");
/PHP-7.4/
H A Dbuildconf.bat7 …enerating configure script, configure script was not copied) ELSE (echo Now run 'configure --help')
H A Dbuildconf42 -h, --help Display this help.
H A DCONTRIBUTING.md19 * [Getting help](#getting-help)
51 (internals@lists.php.net) may help getting more feedback and quicker turnaround.
54 Read [Git access page](https://www.php.net/git.php) for help on using Git to get
114 ## Getting help
/PHP-7.4/scripts/dev/
H A Dmakedist14 -h|--help)
27 -h, --help Display this help.
/PHP-7.4/ext/ftp/tests/
H A D001.phpt24 string(55) "214-There is help available for the following commands:"
H A D002.phpt27 string(55) "214-There is help available for the following commands:"
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_help.c213 char *help; in phpdbg_do_help_cmd() local
220 help = get_help(type); in phpdbg_do_help_cmd()
222 if (!help || memcmp(help, "", sizeof("")) == SUCCESS) { in phpdbg_do_help_cmd()
229 pretty_print(help); in phpdbg_do_help_cmd()
232 PHPDBG_COMMAND(help) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dphpdbg_prompt.h52 PHPDBG_COMMAND(help);
H A Dxml.md19 … xml data (e.g. &lt;intro severity="normal" help="help" msgout="To get help using phpdbg type &amp…
77 - help: command name for help
/PHP-7.4/ext/zlib/tests/
H A Dbug60761.phpt43 var_dump($lens); // show lengths to help triage in case of failure
/PHP-7.4/build/
H A Dconfig.sub84 help="
94 --help | --h* | -h )
101 echo "$me: invalid option $1$help" >&2
115 0) echo "$me: missing argument$help" >&2
118 *) echo "$me: too many arguments$help" >&2
H A Dltmain.sh486 --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-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c256 const char* help = XMLRPC_VectorGetStringWithID(sm->desc, xi_token_purpose); in xi_system_method_help_cb() local
259 xResponse = XMLRPC_CreateValueString(NULL, help ? help : xi_token_empty, 0); in xi_system_method_help_cb()
/PHP-7.4/scripts/
H A Dphpize.in179 --help)
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt14 // putting a call to date_default_timezone_set() here doesn't help
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_free_key.phpt17 * and being slow will most likely even help the test.
H A Dstream_server_reneg_limit.phpt7 exec('openssl help', $out, $code);
/PHP-7.4/docs/
H A Dself-contained-extensions.md104 `ext_skel.php` can be of great help when creating the common code for all
106 for handling arguments passed to your functions. See `./ext/ext_skel.php --help`
/PHP-7.4/sapi/litespeed/
H A DREADME.md151 This parameter can help reducing memory usage of leaky PHP functions.
156 will wait for a new request before it exits. This option help releasing system
173 parent process. This option can help getting rid of dead or runaway child

Completed in 56 milliseconds

12