Home
last modified time | relevance | path

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

12345

/PHP-7.1/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_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.1/sapi/fpm/
H A Dphp-fpm.service.in3 # the best way is to use the "systemctl edit" command.
/PHP-7.1/ext/snmp/tests/
H A DREADME19 To run test suite you may use this command (presuming that you pwd is where
41 Alternatively you can start snmpd daemon using following command line:
/PHP-7.1/ext/standard/tests/file/
H A Dpopen_pclose_error-win32-debug.phpt14 * Prototype: resource popen ( string command, string mode )
60 --- Done ---'abc.txt' is not recognized as an internal or external command,
H A Dpopen_pclose_error-sunos.phpt11 * Prototype: resource popen ( string command, string mode )
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug39322.phpt28 ["command"]=>
H A Dbug69646.phpt2 Bug #69646 OS command injection vulnerability in escapeshellarg()
/PHP-7.1/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.1/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt9 * Works with the unix file command:
/PHP-7.1/ext/phar/tests/zip/
H A Dunixzip.phpt2 Phar: test a zip archive created by unix "zip" command
/PHP-7.1/ext/pcre/pcrelib/
H A DREADME144 cmake-gui command. This creates Makefiles, solution files, etc. The file
200 by adding one of these options to the "configure" command:
208 the "configure" command, the 16-bit library is also built. If you add
226 you add --disable-pcregrep-jit to the "configure" command.
261 --enable-newline-is-any to the "configure" command, respectively.
274 --enable-bsr-anycrlf to the "configure" command (bsr = "backslash R").
282 on the "configure" command.
423 . libpcre.pc ) data for the pkg-config command
437 . libpcrecpp.pc data for the pkg-config command
536 single command is used. For example:
[all …]
/PHP-7.1/sapi/phpdbg/tests/
H A Drun_002.phpt2 Stdin and escaped args being passed to run command
/PHP-7.1/ext/mysqli/tests/
H A D045.phpt16 printf("skip SHOW command is not supported in prepared statements.");
/PHP-7.1/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.phpt18 $ps_process_title_field = "command";
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_auth.c196 …struct st_mysqlnd_protocol_command * command = conn->command_factory(COM_ENABLE_SSL, conn, client_… in mysqlnd_switch_to_ssl_if_needed() local
197 if (command) { in mysqlnd_switch_to_ssl_if_needed()
198 ret = command->run(command); in mysqlnd_switch_to_ssl_if_needed()
199 command->free_command(command); in mysqlnd_switch_to_ssl_if_needed()
/PHP-7.1/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt34 // start the buffering of next command to internal output buffer
37 // 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
/PHP-7.1/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.1/ext/ftp/tests/
H A Dserver.inc109 fputs($s, "500 Syntax error, command unrecognized.\r\n");
147 fputs($s, "500 Syntax error, command unrecognized.\r\n");
164 fputs($s, "500 Syntax error, command unrecognized.\r\n");
202 fputs($s, "250 CDUP command successful.\r\n");
272 fputs($s, "250 CWD command successful.\r\n");
471 fputs($s, "500 Syntax error, command unrecognized.\r\n");
/PHP-7.1/ext/imap/
H A DIMAP_Win32_HOWTO.txt13 Search for 'ERASE'. Comment out the line that contains the ERASE command.
/PHP-7.1/TSRM/
H A Dtsrm_win32.c468 TSRM_API FILE *popen(const char *command, const char *type) in popen() argument
471 return popen_ex(command, type, NULL, NULL); in popen()
474 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex() argument
510 cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof(" /c ")+2); in popen_ex()
515 sprintf(cmd, "%s /c \"%s\"", TWG(comspec), command); in popen_ex()

Completed in 49 milliseconds

12345