Home
last modified time | relevance | path

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

12345

/php-src/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()
468 if (command) { in phpdbg_stack_verify()
499 arg = command->args; in phpdbg_stack_verify()
561 command->args, in phpdbg_stack_verify()
577 while (command && command->name && command->handler) { in phpdbg_stack_resolve()
590 if ((name->len != command->name_len && command->alias) || name->len == command->name_len) { in phpdbg_stack_resolve()
606 command++; in phpdbg_stack_resolve()
655 return phpdbg_stack_resolve(command->subs, command, top); in phpdbg_stack_resolve()
[all …]
H A Dphpdbg_parser.y67 : command { $$ = $1; }
68 | input T_SEPARATOR command { phpdbg_stack_separate($1.top); $$ = $3; }
72 command
/php-src/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-src/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", getenv('TEST_PHP_EXECUTABLE_ESCAPED'), escapeshellarg($file));
25 $command,
43 $command));
/php-src/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-src/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.h44 zend_string *command; member
/php-src/ext/com_dotnet/tests/
H A Dbug77578.phpt16 $command = "$php -d extension_dir=$extension_dir -r \"$script\"";
17 exec($command, $output, $status);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_inTransaction.phpt22 foreach ([$begin, $end] as $command) {
25 $db->exec($command);
28 $db->query($command)->execute();
32 $db->prepare($command)->execute();
H A Dbug71145.phpt2 Bug #71145: Multiple statements in init command triggers unbuffered query error
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt24 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
28 $command = "cat $filename_escaped";
29 $file_handle = popen($command, "r");
70 -- Testing popen(): reading from a file using 'cat' command --
/php-src/ext/standard/tests/general_functions/
H A Dgh10239_2.phpt17 ["command"]=>
37 ["command"]=>
H A Dproc_open_array.phpt2 Using proc_open() with a command array (no shell)
13 echo "Empty command array:\n";
77 Empty command array:
78 proc_open(): Argument #1 ($command) must have at least one element
H A Dproc_open02.phpt36 ["command"]=>
57 ["command"]=>
H A Descapeshellcmd_bug71039.phpt10 Fatal error: Uncaught ValueError: escapeshellcmd(): Argument #1 ($command) must not contain any nul…
/php-src/.circleci/
H A Dconfig.yml31 command: |
84 command: |
156 command: make -j2 > /dev/null
159 command: |
168 command: |
/php-src/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-src/TSRM/
H A Dtsrm_win32.h96 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env);
97 TSRM_API FILE *popen(const char *command, const char *type);
/php-src/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-src/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h120 } command; member
156 #define mysqlnd_command_get_methods() mysqlnd_plugin_methods_xetters.command.get()
157 #define mysqlnd_command_set_methods(m) mysqlnd_plugin_methods_xetters.command.set((m))
/php-src/ext/ftp/
H A Dftp.stub.php72 function ftp_exec(FTP\Connection $ftp, string $command): bool {}
78 function ftp_raw(FTP\Connection $ftp, string $command): ?array {}
128 function ftp_site(FTP\Connection $ftp, string $command): bool {}
/php-src/Zend/
H A Dzend_virtual_cwd.h188 CWD_API FILE *virtual_popen(const char *command, const char *type);
283 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument
332 #define VCWD_POPEN(command, type) popen(command, type) argument
/php-src/ext/ftp/tests/
H A Dftp_site_basic.phpt23 Warning: ftp_site(): Syntax error, command unrecognized. in %s on line %d

Completed in 51 milliseconds

12345