Home
last modified time | relevance | path

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

123456

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_multi_query.phpt156 [009] [2014] Commands out of sync; you can't run this command now
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.4/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.4/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.4/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.4/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.4/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.4/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.4/ext/standard/
H A Dfile.c918 char *command, *mode; in PHP_FUNCTION() local
924 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ps", &command, &command_len, &mode, &mode_le… in PHP_FUNCTION()
938 fp = VCWD_POPEN(command, posix_mode); in PHP_FUNCTION()
940 php_error_docref2(NULL TSRMLS_CC, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
948 php_error_docref2(NULL TSRMLS_CC, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
/PHP-5.4/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.4/ext/ereg/regex/
H A Dregex.mak10 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/win32/build/
H A Dconfutils.js145 var command = 'cmd /c ""' + EXE;
147 command = command + '" -v"';
149 var version = execute(command + '" 2>&1"');
/PHP-5.4/ext/mbstring/oniguruma/
H A DREADME91 Example of the compiling/linking command line in Unix or Cygwin,
/PHP-5.4/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.4/
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";
H A DUPGRADING.INTERNALS169 …TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_D…
/PHP-5.4/ext/ftp/
H A Dphp_ftp.c83 ZEND_ARG_INFO(0, command)
88 ZEND_ARG_INFO(0, command)
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_structs.h453 …imple_command)(MYSQLND_CONN_DATA * conn, enum php_mysqlnd_server_command command, const zend_uchar…
454 …packet_type ok_packet, zend_bool silent, enum php_mysqlnd_server_command command, zend_bool ignore…

Completed in 139 milliseconds

123456