Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 109) sorted by last modified time

12345

/PHP-7.1/win32/
H A Dinstall.txt25 Compiling shared PECL extensions with the pecl command
78 If you are also interested to use PHP for command line scripting (e.g.
81 need the command line executable. For more information, read the
82 section about writing command line PHP applications. In this case, you
94 will also find information on the command line executable in the
240 The CLI version is designed to let you use PHP for command line
242 about using PHP from the command line.
1054 for the pear command also applies to the pecl command.
1107 Compiling shared PECL extensions with the pecl command
1110 command, do the following:
[all …]
/PHP-7.1/win32/build/
H A Dconfutils.js182 var command = 'cmd /c ""' + EXE;
184 command = command + '" -v"';
186 var version = execute(command + '" 2>&1"');
2938 var command = 'cmd /c ""' + PHP_CL + '" -v"';
2939 var full = execute(command + '" 2>&1"');
2949 var command = 'cmd /c ""' + PHP_CL + '" -v"';
2950 var full = execute(command + '" 2>&1"');
2980 var command = 'cmd /c ""' + PHP_CL + '" -v"';
2981 var full = execute(command + '" 2>&1"');
3005 var command = 'cmd /c ""' + PHP_CL + '" -v"';
[all …]
/PHP-7.1/
H A Dserver-tests.php160 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL) argument
167 $commandline = "$command $args";
H A Dphp.ini-development639 ; useful when running scripts from the command line. When this directive is
981 ; passing them to rsh/ssh command, thus passing untrusted data to this function
H A Dphp.ini-production639 ; useful when running scripts from the command line. When this directive is
981 ; passing them to rsh/ssh command, thus passing untrusted data to this function
H A Dltmain.sh961 command="$command -o $lobj"
966 $show "$command"
967 if $run eval $lt_env "$command"; then :
1032 command="$command -o $obj"
1036 command="$command$suppress_output"
1038 $show "$command"
1039 if $run eval $lt_env "$command"; then :
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar417 * Parse command line options
466 throw new gtUnknownOptionException('Unrecognised command line option ' . $argv[$i]);
481 … throw new gtMissingArgumentException('Missing argument for command line option ' . $argv[$i]);
/PHP-7.1/sapi/phpdbg/tests/
H A Dnext_001.phpt2 Test next command on function boundaries
/PHP-7.1/sapi/phpdbg/
H A Dxml.md77 - help: command name for help
108 command section
120 - notfound: command (or subcommand) doesn't exist
121 - ambiguous: command was ambiguous
125 - command: passed command
141 - isrunning: command requires no running script
151 - usually triggered by successful export command
378 - command executing and compiling a given file
394 - runs the script (set via exec command)
432 - see frame command
[all …]
H A Dphpdbg_parser.y71 : command { $$ = $1; }
72 | input T_SEPARATOR command { phpdbg_stack_separate($1.top); $$ = $3; }
76 command
H A Dphpdbg_cmd.h144 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
H A Dphpdbg_help.c181 phpdbg_command_t const **command, /* address of first matching command */ in get_command() argument
192 if ( num_matches == 1 && command) { in get_command()
193 *command = c; in get_command()
201 if ( num_matches == 1 && command) { in get_command()
202 *command = c; in get_command()
H A Dphpdbg_cmd.c33 if (command->parent) { in ZEND_EXTERN_MODULE_GLOBALS()
34 memcpy(&buffer[pos], command->parent->name, command->parent->name_len); in ZEND_EXTERN_MODULE_GLOBALS()
40 memcpy(&buffer[pos], command->name, command->name_len); in ZEND_EXTERN_MODULE_GLOBALS()
469 if (command) { in phpdbg_stack_verify()
500 arg = command->args; in phpdbg_stack_verify()
562 command->args, in phpdbg_stack_verify()
578 while (command && command->name && command->handler) { in phpdbg_stack_resolve()
591 if ((name->len != command->name_len && command->alias) || name->len == command->name_len) { in phpdbg_stack_resolve()
607 command++; in phpdbg_stack_resolve()
656 return phpdbg_stack_resolve(command->subs, command, top); in phpdbg_stack_resolve()
[all …]
H A DChangelog.md11 5. Fix crash when loading .phpdbginit with command line switch
22 1. Added "break delete <id>" command
23 2. Added "break opcode <opcode>" command
24 3. Added "set" command - control prompt and console colors
26 5. Added source command - load additional .phpdbginit script during session
28 7. Added info memory command
39 - shell (shell a command)
40 - register (register a function for use as a command)
43 4. Include all alias information and sub-command information in help
H A DREADME.md33 …e the source against your PHP installation sources, and enable the SAPI with the configure command.
/PHP-7.1/sapi/fpm/
H A Dphp-fpm.conf.in7 ; '-p' argument from the command line.
H A Dphp-fpm.service.in3 # the best way is to use the "systemctl edit" command.
/PHP-7.1/sapi/litespeed/
H A DREADME.md32 You need to add "--with-litespeed" to the configure command to build
47 Start PHP from command line
54 start manually from command with option "-b <socket_address>", socket
91 set to a shell command that executes the PHP binary you just built.
200 manually from command line. LSAPI_PPID_NO_CHECK should be set when
/PHP-7.1/sapi/cli/tests/
H A Dcli_process_title_unix.phpt18 $ps_process_title_field = "command";
H A Dcli_process_title_windows.phpt14 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with
17 // On older versions like Windows 7 though, running the command appends
/PHP-7.1/sapi/cli/
H A DREADME1 The CLI (command line interface) SAPI has been introduced
18 the command line (e.g. php -r 'echo md5("test");' )
19 * Other more sophisticated command line switches (see: man php)
/PHP-7.1/sapi/cgi/
H A DREADME.FastCGI7 You must add '--enable-fastcgi' to the configure command on Linux or
29 and a port number to listen to on the command line, e.g.:
/PHP-7.1/ext/zip/lib/
H A Dzipint.h554 …4_t _zip_source_call(zip_source_t *src, void *data, zip_uint64_t length, zip_source_cmd_t command);
H A Dzip_source_call.c39 _zip_source_call(zip_source_t *src, void *data, zip_uint64_t length, zip_source_cmd_t command) in _zip_source_call() argument
43 if ((src->supports & ZIP_SOURCE_MAKE_COMMAND_BITMASK(command)) == 0) { in _zip_source_call()
49 ret = src->cb.f(src->ud, data, length, command); in _zip_source_call()
52 ret = src->cb.l(src->src, src->ud, data, length, command); in _zip_source_call()
56 if (command != ZIP_SOURCE_ERROR && command != ZIP_SOURCE_SUPPORTS) { in _zip_source_call()
/PHP-7.1/ext/standard/tests/streams/
H A Dbug61019.phpt2 Bug #61019 (Out of memory on command stream_get_contents)
26 echo "External command executed\n";
42 echo "External command exit: ".$process_state['exitcode']."\n";
67 echo "Can't start external command\n";
73 External command executed
74 External command exit: 0

Completed in 149 milliseconds

12345