Home
last modified time | relevance | path

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

1234

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_cmd.c31 if (command->parent) { in ZEND_EXTERN_MODULE_GLOBALS()
32 memcpy(&buffer[pos], command->parent->name, command->parent->name_len); in ZEND_EXTERN_MODULE_GLOBALS()
38 memcpy(&buffer[pos], command->name, command->name_len); in ZEND_EXTERN_MODULE_GLOBALS()
467 if (command) { in phpdbg_stack_verify()
498 arg = command->args; in phpdbg_stack_verify()
560 command->args, in phpdbg_stack_verify()
576 while (command && command->name && command->handler) { in phpdbg_stack_resolve()
589 if ((name->len != command->name_len && command->alias) || name->len == command->name_len) { in phpdbg_stack_resolve()
605 command++; in phpdbg_stack_resolve()
654 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-8.0/ext/standard/tests/misc/
H A Dexec_basic1.phpt2 exec, system, passthru — Basic command execution functions
10 $cmd = "echo abc\n\0command";
28 exec(): Argument #1 ($command) must not contain any null bytes
29 system(): Argument #1 ($command) must not contain any null bytes
30 passthru(): Argument #1 ($command) must not contain any null bytes
/PHP-8.0/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";
72 External command executed
73 External command exit: 0
H A Dproc_open_bug60120.phpt22 $command = sprintf("%s -n %s", PHP_BINARY, $file);
25 $command,
43 $command));
/PHP-8.0/ext/phar/phar/
H A Dclicommand.inc13 * @brief Abstract base console command implementation
33 self::error("No command given, check ${argv[0]} help\n");
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.";
[all …]
/PHP-8.0/ext/standard/
H A Dexec.c474 char *command; in PHP_FUNCTION() local
478 Z_PARAM_STRING(command, command_len) in PHP_FUNCTION()
482 if (command_len != strlen(command)) { in PHP_FUNCTION()
486 RETVAL_STR(php_escape_shell_cmd(command)); in PHP_FUNCTION()
516 char *command; local
522 Z_PARAM_STRING(command, command_len)
529 if (strlen(command) != command_len) {
535 if ((in=VCWD_POPEN(command, "rt"))==NULL) {
537 if ((in=VCWD_POPEN(command, "r"))==NULL) {
539 php_error_docref(NULL, E_WARNING, "Unable to execute '%s'", command);
H A Dproc_open.c291 efree(proc->command); in proc_open_rsrc_dtor()
617 char *command = NULL; in get_command_from_array() local
628 efree(command); in get_command_from_array()
642 return command; in get_command_from_array()
1008 char *command = NULL; in PHP_FUNCTION() local
1061 if (!command) { in PHP_FUNCTION()
1066 if (command == NULL) { in PHP_FUNCTION()
1158 cmdw = php_win32_cp_conv_any_to_w(command, strlen(command), &cmdw_len); in PHP_FUNCTION()
1240 proc->command = command; in PHP_FUNCTION()
1311 if (command) { in PHP_FUNCTION()
[all …]
H A Dproc_open.h44 char *command; member
/PHP-8.0/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-8.0/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt24 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
27 $command = "cat $filename";
28 $file_handle = popen($command, "r");
69 -- Testing popen(): reading from a file using 'cat' command --
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt2 Using proc_open() with a command array (no shell)
13 echo "Empty command array:\n";
70 Empty command array:
71 proc_open(): Argument #1 ($command) must have at least one element
H A Dproc_open02.phpt36 ["command"]=>
55 ["command"]=>
H A Descapeshellcmd_bug71039.phpt10 Fatal error: Uncaught ValueError: escapeshellcmd(): Argument #1 ($command) must not contain any nul…
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_inTransaction.phpt21 foreach ([$begin, $end] as $command) {
24 $db->exec($command);
27 $db->query($command)->execute();
31 $db->prepare($command)->execute();
H A Dbug71145.phpt2 Bug #71145: Multiple statements in init command triggers unbuffered query error
/PHP-8.0/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-8.0/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-8.0/TSRM/
H A Dtsrm_win32.h97 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env);
98 TSRM_API FILE *popen(const char *command, const char *type);
/PHP-8.0/ext/ftp/
H A Dftp.stub.php26 function ftp_exec($ftp, string $command): bool {} argument
29 function ftp_raw($ftp, string $command): ?array {} argument
116 function ftp_site($ftp, string $command): bool {} argument
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h122 } command; member
158 #define mysqlnd_command_get_methods() mysqlnd_plugin_methods_xetters.command.get()
159 #define mysqlnd_command_set_methods(m) mysqlnd_plugin_methods_xetters.command.set((m))
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h178 CWD_API FILE *virtual_popen(const char *command, const char *type);
273 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument
322 #define VCWD_POPEN(command, type) popen(command, type) argument
/PHP-8.0/ext/ftp/tests/
H A Dftp_site_basic.phpt22 Warning: ftp_site(): Syntax error, command unrecognized. in %s on line %d

Completed in 50 milliseconds

1234