Home
last modified time | relevance | path

Searched refs:command (Results 26 – 50 of 95) sorted by relevance

1234

/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt9 * Works with the unix file command:
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug39322.phpt28 ["command"]=>
H A Dbug69646.phpt2 Bug #69646 OS command injection vulnerability in escapeshellarg()
/PHP-7.4/ext/standard/tests/network/
H A Dbug73594.phpt11 if ($ret != 0) die("skip dig command is not present or failed to run");
H A Dbug73594a.phpt11 if ($ret != 0) die("skip dig command is not present or failed to run");
/PHP-7.4/ext/phar/tests/zip/
H A Dunixzip.phpt2 Phar: test a zip archive created by unix "zip" command
/PHP-7.4/ext/mysqli/tests/
H A D045.phpt16 printf("skip SHOW command is not supported in prepared statements.");
H A Dbug80837.phpt38 Commands out of sync; you can't run this command now
/PHP-7.4/sapi/phpdbg/tests/
H A Drun_002.phpt2 Stdin and escaped args being passed to run command
/PHP-7.4/sapi/phpdbg/
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()
/PHP-7.4/sapi/cli/tests/
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
H A Dcli_process_title_unix.phpt27 $ps_process_title_field = "command";
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt38 // start the buffering of next command to internal output buffer
41 // run the command 'locale -a' to fetch all locales available in the system
H A Dsetlocale_basic3.phpt29 // start the buffering of next command to internal output buffer
32 // run the command 'locale -a' to fetch all locales available in the system
H A Dsetlocale_variation1.phpt29 // start the buffering of next command to internal output buffer
32 // run the command 'locale -a' to fetch all locales available in the system
H A Dsetlocale_basic1.phpt29 // start the buffering of next command to internal output buffer
32 // run the command 'locale -a' to fetch all locales available in the system
H A Dsetlocale_basic2.phpt29 // start the buffering of next command to internal output buffer
32 // run the command 'locale -a' to fetch all locales available in the system
/PHP-7.4/sapi/litespeed/
H A DREADME.md28 You need to add `--enable-litespeed` to the configure command to build PHP with
44 ## Start PHP from command line
49 servers. In such environment, lsphp can be start manually from command with
93 command that executes the PHP binary you just built. "Instances" should be
187 feature, such as when a LSAPI process was started manually from command line.
/PHP-7.4/ext/standard/tests/file/
H A Dpopen_pclose_error-sunos.phpt11 * Prototype: resource popen ( string command, string mode )
H A Dpopen_pclose_error.phpt11 * Prototype: resource popen ( string command, string mode )
H A Dpopen_pclose_basic-win32-mb.phpt11 * Prototype: resource popen ( string command, string mode )
H A Dpopen_pclose_basic-win32.phpt11 * Prototype: resource popen ( string command, string mode )
/PHP-7.4/TSRM/
H A Dtsrm_win32.c442 TSRM_API FILE *popen(const char *command, const char *type) in popen() argument
445 return popen_ex(command, type, NULL, NULL); in popen()
448 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex() argument
483 cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof(" /c ")+2); in popen_ex()
488 sprintf(cmd, "%s /c \"%s\"", TWG(comspec), command); in popen_ex()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_driver.c146 data->command = mysqlnd_command_get_methods(); in MYSQLND_METHOD()
148 …if (!data->protocol_frame_codec || !data->vio || !data->payload_decoder_factory || !data->command)… in MYSQLND_METHOD()
H A Dmysqlnd_connection.c382 ret = conn->command->set_option(conn, option); in MYSQLND_METHOD()
452 if (command) { in MYSQLND_METHOD()
454 if (PASS != conn->m->query(conn, command, strlen(command))) { in MYSQLND_METHOD()
886 ret = conn->command->query(conn, query_string);
910 ret = conn->command->reap_result(conn);
1055 ret = conn->command->debug(conn);
1077 ret = conn->command->init_db(conn, database);
1096 ret = conn->command->ping(conn);
1196 ret = conn->command->refresh(conn, options);
1214 ret = conn->command->shutdown(conn, level);
[all …]

Completed in 36 milliseconds

1234