Home
last modified time | relevance | path

Searched refs:command (Results 101 – 125 of 148) sorted by relevance

123456

/PHP-5.3/ext/mysql/tests/
H A Dmysql_affected_rows.phpt45 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
/PHP-5.3/ext/mysqli/tests/
H A Dlocal_infile_tools.inc41 …return "Cannot test LOAD DATA LOCAL INFILE, [1148] The used command is not allowed with this MySQL…
H A Dmysqli_affected_rows.phpt45 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysqli_stmt_get_result2.phpt173 [017] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_get_result.phpt171 [038] [2014] [Commands out of sync; you can't run this command now]
/PHP-5.3/Zend/
H A DREADME.ZEND_VM100 option. By default ZE2 uses the following command to generate executor:
H A DZend.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
H A DZendTS.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/pgsql/
H A Dpgsql.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/sqlite/
H A Dsqlite.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/mysql/
H A Dmysql.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/win32/
H A Dphp5ts.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
H A Dphp5ts_cli.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/imap/
H A Dimap.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/curl/
H A Dcurl.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/win32/build/
H A Dconfutils.js141 var command = 'cmd /c ""' + EXE;
143 command = command + '" -v"';
145 var version = execute(command + '" 2>&1"');
/PHP-5.3/ext/ereg/regex/
H A Dregex.mak10 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/
H A DTODO51 new command/request stream for each subsequent call; Possibly store
H A Dltmain.sh961 command="$command -o $lobj"
966 $show "$command"
967 if $run eval $lt_env "$command"; then :
1032 command="$command -o $obj"
1036 command="$command$suppress_output"
1038 $show "$command"
1039 if $run eval $lt_env "$command"; then :
H A Dserver-tests.php168 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL) argument
175 $commandline = "$command $args";
/PHP-5.3/ext/mbstring/oniguruma/
H A DREADME91 Example of the compiling/linking command line in Unix or Cygwin,
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_structs.h398 …lnd_conn__simple_command)(MYSQLND *conn, enum php_mysqlnd_server_command command, const char * con…
399 …packet_type ok_packet, zend_bool silent, enum php_mysqlnd_server_command command, zend_bool ignore…
H A Dmysqlnd_wireprotocol.c709 net->m.consume_uneaten_data(net, packet->command TSRMLS_CC); in php_mysqlnd_cmd_write()
715 int1store(buffer + MYSQLND_HEADER_SIZE, packet->command); in php_mysqlnd_cmd_write()
726 int1store(p, packet->command); in php_mysqlnd_cmd_write()
/PHP-5.3/ext/gd/
H A Dgd.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/ftp/
H A Dphp_ftp.c83 ZEND_ARG_INFO(0, command)
88 ZEND_ARG_INFO(0, command)

Completed in 58 milliseconds

123456