Home
last modified time | relevance | path

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

12345

/PHP-7.2/
H A DNEWS2404 . Fixed bug #73794 (Crash (out of memory) when using run and # command
2942 . Added generator command for inspection of currently alive generators. (Bob)
H A DUPGRADING98 This new corrected behavior may affect command line mode CLI scripts that manage
111 command, thus passing untrusted data to this function with rsh/ssh enabled
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-production637 ; useful when running scripts from the command line. When this directive is
978 ; passing them to rsh/ssh command, thus passing untrusted data to this function
H A Dphp.ini-development635 ; useful when running scripts from the command line. When this directive is
976 ; 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.2/ext/standard/
H A Dexec.c480 char *command; in PHP_FUNCTION() local
484 Z_PARAM_STRING(command, command_len) in PHP_FUNCTION()
488 if (command_len != strlen(command)) { in PHP_FUNCTION()
492 RETVAL_STR(php_escape_shell_cmd(command)); in PHP_FUNCTION()
525 char *command; local
531 Z_PARAM_STRING(command, command_len)
538 if (strlen(command) != command_len) {
544 if ((in=VCWD_POPEN(command, "rt"))==NULL) {
546 if ((in=VCWD_POPEN(command, "r"))==NULL) {
548 php_error_docref(NULL, E_WARNING, "Unable to execute '%s'", command);
/PHP-7.2/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.2/win32/build/
H A Dconfutils.js179 var command = 'cmd /c ""' + EXE;
181 command = command + '" -v"';
183 command = command + '" --version"';
185 var version = execute(command + '" 2>&1"');
2998 var command = 'cmd /c ""' + PHP_CL + '" -v"';
2999 var full = execute(command + '" 2>&1"');
3009 var command = 'cmd /c ""' + PHP_CL + '" -v"';
3010 var full = execute(command + '" 2>&1"');
3040 var command = 'cmd /c ""' + PHP_CL + '" -v"';
3041 var full = execute(command + '" 2>&1"');
[all …]
H A Dconfig.w32312 -Wno-unused-command-line-argument");
/PHP-7.2/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 DREADME.md33 …e the source against your PHP installation sources, and enable the SAPI with the configure 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 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 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
/PHP-7.2/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.2/sapi/fpm/
H A Dphp-fpm.service.in3 # the best way is to use the "systemctl edit" command.
H A Dphp-fpm.conf.in7 ; '-p' argument from the command line.
/PHP-7.2/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.2/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.2/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.2/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)

Completed in 172 milliseconds

12345