Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 95) sorted by relevance

1234

/PHP-7.4/sapi/phpdbg/
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_parser.y66 : command { $$ = $1; }
67 | input T_SEPARATOR command { phpdbg_stack_separate($1.top); $$ = $3; }
71 command
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 …]
/PHP-7.4/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
H A Dproc_open_bug60120.phpt22 $command = sprintf("%s -n %s", PHP_BINARY, $file);
25 $command,
43 $command));
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc13 * @brief Abstract base console command implementation
37 $command = $argv[1];
40 if (isset($this->cmds[$command]['arg'])) {
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.";
292 self::error("More than one command given.\n");
[all …]
/PHP-7.4/ext/standard/
H A Dexec.c486 char *command; in PHP_FUNCTION() local
490 Z_PARAM_STRING(command, command_len) in PHP_FUNCTION()
494 if (command_len != strlen(command)) { in PHP_FUNCTION()
498 RETVAL_STR(php_escape_shell_cmd(command)); in PHP_FUNCTION()
531 char *command; local
537 Z_PARAM_STRING(command, command_len)
544 if (strlen(command) != command_len) {
550 if ((in=VCWD_POPEN(command, "rt"))==NULL) {
552 if ((in=VCWD_POPEN(command, "r"))==NULL) {
554 php_error_docref(NULL, E_WARNING, "Unable to execute '%s'", command);
H A Dproc_open.h45 char *command; member
H A Dproc_open.c221 pefree(proc->command, proc->is_persistent); in proc_open_rsrc_dtor()
316 add_assoc_string(return_value, "command", proc->command); in PHP_FUNCTION()
478 char *command = NULL, *cwd = NULL; in PHP_FUNCTION() local
542 if (!command) { in PHP_FUNCTION()
565 ZEND_ASSERT(command); in PHP_FUNCTION()
945 cmdw = php_win32_cp_conv_any_to_w(command, strlen(command), &tmp_len); in PHP_FUNCTION()
1058 execvp(command, argv); in PHP_FUNCTION()
1063 execl("/bin/sh", "sh", "-c", command, NULL); in PHP_FUNCTION()
1095 proc->command = command; in PHP_FUNCTION()
1189 if (command) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt11 * Prototype: resource popen ( string command, string mode )
32 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
35 $command = "cat $filename";
36 $file_handle = popen($command, "r");
77 -- Testing popen(): reading from a file using 'cat' command --
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug77578.phpt14 $command = "$php $iniopt -d com.autoregister_typelib=1 -r \"new COM('WbemScripting.SWbemLocator');\…
15 exec($command, $output, $status);
/PHP-7.4/ext/standard/tests/misc/
H A Dexec_basic1.phpt2 exec, system, passthru — Basic command execution functions
10 $cmd = "echo abc\n\0command";
/PHP-7.4/ext/pgsql/tests/
H A DREADME.md12 If you have account and database, type `createdb test` from command prompt to
13 create the database to execute the test scripts. By executing the above command
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open02.phpt36 ["command"]=>
55 ["command"]=>
H A Dproc_open_array.phpt2 Using proc_open() with a command array (no shell)
13 echo "Empty command array:";
58 Empty command array:
/PHP-7.4/TSRM/
H A Dtsrm_win32.h101 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);
102 TSRM_API FILE *popen(const char *command, const char *type);
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug73794.phpt2 Bug #73794 (Crash (out of memory) when using run and # command separator)
H A Dnext_001.phpt2 Test next command on function boundaries
/PHP-7.4/ext/imap/tests/
H A Dbug77020.phpt13 Warning: imap_mail(): No message string in mail command in %s on line %d
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h124 } command; member
160 #define mysqlnd_command_get_methods() mysqlnd_plugin_methods_xetters.command.get()
161 #define mysqlnd_command_set_methods(m) mysqlnd_plugin_methods_xetters.command.set((m))
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug71145.phpt2 Bug #71145: Multiple statements in init command triggers unbuffered query error
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h180 CWD_API FILE *virtual_popen(const char *command, const char *type);
274 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument
323 #define VCWD_POPEN(command, type) popen(command, type) argument
/PHP-7.4/ext/ftp/tests/
H A Dftp_site_basic.phpt22 Warning: ftp_site(): Syntax error, command unrecognized. in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt23 …::fetch_object(): (HY000/2014): Commands out of sync; you can't run this command now in %s on line…
/PHP-7.4/ext/snmp/tests/
H A DREADME.md22 To run test suite you may use this command (presuming that you pwd is where this
48 you can start snmpd daemon using following command line:

Completed in 35 milliseconds

1234