Searched refs:help (Results 1 – 25 of 45) sorted by relevance
12
/php-src/sapi/phpdbg/tests/ |
H A D | bug81135.phpt | 2 Bug #81135: unknown help topic fails assertion 4 help unknown 12 prompt> [No help topic found for unknown]
|
/php-src/docs/ |
H A D | make.bat | 26 if "%1" == "" goto help 31 :help label 32 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
/php-src/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-src/ext/standard/tests/array/ |
H A D | prev_basic.phpt | 23 $array2 = array('one', 2 => "help", 3, false, 'stringkey2' => 'val2', 'stringkey1' => 'val1'); 44 string(4) "help"
|
H A D | array_product_variation1.phpt | 8 static function help() { echo "hello\n"; }
|
/php-src/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-src/win32/build/ |
H A D | phpize.bat | 8 echo Now run 'configure --help'
|
H A D | phpize.js.in | 193 if (argname == '--help') { 194 STDOUT.WriteLine("Usage: phpize [--clean|--help|--version|-v]");
|
/php-src/docs/source/ |
H A D | index.rst | 36 as various extensions that provide common functionality. This documentation is intended to help you 45 How to get help? 50 lot of time. Luckily, many core developers are eager to help. Here are some ways you can get in
|
/php-src/ |
H A D | buildconf.bat | 7 …enerating configure script, configure script was not copied) ELSE (echo Now run 'configure --help')
|
H A D | buildconf | 42 -h, --help Display this help.
|
H A D | CONTRIBUTING.md | 20 * [Getting help](#getting-help) 53 (internals@lists.php.net) may help getting more feedback and quicker turnaround. 57 Read [Git access page](https://www.php.net/git.php) for help on using Git to get 137 ## Getting help
|
/php-src/scripts/dev/ |
H A D | makedist | 31 -h|--help) 44 -h, --help Display this help.
|
/php-src/ext/ftp/tests/ |
H A D | 001.phpt | 23 string(55) "214-There is help available for the following commands:"
|
H A D | 002.phpt | 29 string(55) "214-There is help available for the following commands:"
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_help.c | 204 const char *help; in phpdbg_do_help_cmd() local 211 help = get_help(type); in phpdbg_do_help_cmd() 213 if (!help || memcmp(help, "", sizeof("")) == SUCCESS) { in phpdbg_do_help_cmd() 220 pretty_print(help); in phpdbg_do_help_cmd() 223 PHPDBG_COMMAND(help) /* {{{ */ in PHPDBG_COMMAND() argument
|
H A D | phpdbg_prompt.h | 50 PHPDBG_COMMAND(help);
|
/php-src/ext/zlib/tests/ |
H A D | bug60761.phpt | 43 var_dump($lens); // show lengths to help triage in case of failure
|
/php-src/build/ |
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" 3185 $echo "$help" 1>&2 3249 $echo "$help" 1>&2 5943 $echo "$help" 1>&2 5955 $echo "$help" 1>&2 6408 $echo "$help" [all …]
|
H A D | config.sub | 84 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
|
/php-src/ext/calendar/tests/ |
H A D | unixtojd.phpt | 14 // putting a call to date_default_timezone_set() here doesn't help
|
/php-src/scripts/ |
H A D | phpize.in | 183 --help)
|
/php-src/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 8 exec('openssl help', $out, $code);
|
/php-src/docs-old/ |
H A D | self-contained-extensions.md | 104 `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-src/sapi/litespeed/ |
H A D | README.md | 151 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 62 milliseconds
12