Home
last modified time | relevance | path

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

123456

/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt31 // start the buffering of next command to internal output buffer
34 // 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-5.4/ext/ftp/tests/
H A Dserver.inc108 fputs($s, "500 Syntax error, command unrecognized.\r\n");
143 fputs($s, "500 Syntax error, command unrecognized.\r\n");
160 fputs($s, "500 Syntax error, command unrecognized.\r\n");
198 fputs($s, "250 CDUP command successful.\r\n");
264 fputs($s, "250 CWD command successful.\r\n");
419 fputs($s, "500 Syntax error, command unrecognized.\r\n");
/PHP-5.4/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt35 print "[006] [1148] The used command is not allowed with this MySQL version
38 [010] [1148] The used command is not allowed with this MySQL version
H A Dbug55473.phpt12 die("skip Test can't find command line tool lsof");
/PHP-5.4/ext/pdo_dblib/
H A DREADME15 - Open up a command prompt
/PHP-5.4/sapi/litespeed/
H A DREADME32 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-5.4/TSRM/
H A Dtsrm_win32.c450 TSRM_API FILE *popen(const char *command, const char *type) in popen() argument
454 return popen_ex(command, type, NULL, NULL TSRMLS_CC); in popen()
457 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC) in popen_ex() argument
535 cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof(" /c ")+2); in popen_ex()
540 sprintf(cmd, "%s /c \"%s\"", TWG(comspec), command); in popen_ex()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.c210 zend_bool silent, enum php_mysqlnd_server_command command, in MYSQLND_METHOD()
227 DBG_ERR_FMT("Error while reading %s's OK packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
229 mysqlnd_command_to_text[command], getpid()); in MYSQLND_METHOD()
275 DBG_ERR_FMT("Error while reading %s's EOF packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
277 mysqlnd_command_to_text[command], getpid()); in MYSQLND_METHOD()
342 cmd_packet->command = command; in MYSQLND_METHOD()
348 MYSQLND_INC_CONN_STATISTIC(conn->stats, STAT_COM_QUIT + command - 1 /* because of COM_SLEEP */ ); in MYSQLND_METHOD()
352 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
923 const char * const command = conn->options->init_commands[current_command]; local
924 if (command) {
[all …]
/PHP-5.4/win32/
H A Dtestsuite.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/sapi/embed/
H A Dphp5embed.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/ext/standard/tests/file/
H A Dpopen_pclose_error-sunos.phpt12 * Prototype: resource popen ( string command, string mode )
H A Dpopen_pclose_error.phpt12 * Prototype: resource popen ( string command, string mode )
/PHP-5.4/ext/imap/
H A DIMAP_Win32_HOWTO.txt13 Search for 'ERASE'. Comment out the line that contains the ERASE command.
/PHP-5.4/win32/build/
H A DDSP.README30 project file generation still fails (as in, you ran the command and
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_new_query.phpt69 [Callback 001 - 001] Cannot run query, [2014] Commands out of sync; you can't run this command now
/PHP-5.4/ext/ereg/regex/
H A Dregex.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/sapi/isapi/stresstest/
H A Dstresstest.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/ext/openssl/
H A Dopenssl.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/ext/sockets/
H A Dsockets.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/ext/shmop/
H A Dshmop.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/ext/tidy/
H A Dtidy.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:

Completed in 34 milliseconds

123456