Home
last modified time | relevance | path

Searched refs:command (Results 76 – 100 of 109) sorted by relevance

12345

/PHP-7.1/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-7.1/Zend/
H A DREADME.ZEND_VM100 option. By default ZE2 uses the following command to generate executor:
/PHP-7.1/ext/standard/
H A Dfile.c910 char *command, *mode; in PHP_FUNCTION() local
916 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ps", &command, &command_len, &mode, &mode_len) == FAIL… in PHP_FUNCTION()
930 fp = VCWD_POPEN(command, posix_mode); in PHP_FUNCTION()
932 php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
940 php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
H A Dbasic_functions.c994 ZEND_ARG_INFO(0, command)
1000 ZEND_ARG_INFO(0, command)
1005 ZEND_ARG_INFO(0, command)
1010 ZEND_ARG_INFO(0, command)
1080 ZEND_ARG_INFO(0, command)
1872 ZEND_ARG_INFO(0, command)
/PHP-7.1/sapi/fpm/
H A Dphp-fpm.conf.in7 ; '-p' argument from the command line.
/PHP-7.1/ext/mbstring/oniguruma/
H A DREADME86 Example of the compiling/linking command line in Unix or Cygwin,
/PHP-7.1/ext/oci8/
H A Dconfig.m4116 dnl The empty $ac_provsrc command stops an implicit circular dependency
257 dnl PECL Bug 14268 (Allow "pecl install oci8" command to "autodetect"
/PHP-7.1/
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.php160 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL) argument
167 $commandline = "$command $args";
H A DREADME.SUBMITTING_PATCH147 After testing is finished, create a patch file using the command:
H A DUPGRADING153 command, thus passing untrusted data to this function with rsh/ssh enabled
487 console codepage might be not restored. In this case, the chcp command
H A D.gdbinit619 This command is almost a short cut for
/PHP-7.1/ext/zip/lib/
H A Dzipint.h554 …4_t _zip_source_call(zip_source_t *src, void *data, zip_uint64_t length, zip_source_cmd_t command);
/PHP-7.1/ext/ftp/
H A Dphp_ftp.c83 ZEND_ARG_INFO(0, command)
88 ZEND_ARG_INFO(0, command)
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar417 * Parse command line options
466 throw new gtUnknownOptionException('Unrecognised command line option ' . $argv[$i]);
481 … throw new gtMissingArgumentException('Missing argument for command line option ' . $argv[$i]);
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt63 // 2030 This command is not supported in the prepared statement protocol yet
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt173 pcretest description of the pcretest testing command
945 to the configure command, as required.
957 to the configure command.
1020 to the "configure" command.
1040 to the configure command. There is a fourth option, specified by
1082 to the configure command.
1271 immediately before the configure command.
1294 to the configure command and build PCRE in the usual way.
10146 tion program using this command:
10153 using a command like this:
[all …]
/PHP-7.1/ext/openssl/
H A DREADME127 "openssl smime" command (smime(1)).
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog623 bug that caused the command "echo a | ./pcregrep -M '|a'" to loop.
667 (1) Replace the "source" command by "." in CMakeLists.txt because
786 overriding via -D on the command line possible.
2348 the diff command, as RunTest does. It now checks in the same way as
2465 12. Added the -M command line option to pcretest.
3850 pcregrep command, overriding the environment variables.
4142 compile command.
4204 10. A number of changes to the pcregrep command:
4381 14. The debugging options of pcretest (-d on the command line or D on a
5298 command called pgrep for grepping around the active processes.
[all …]
H A DNEWS417 "configure" command. You must do this if you are compiling PCRE to run on a
641 command if you want only one of them.
/PHP-7.1/build/
H A Dlibtool.m4406 # will find an echo command which doesn't interpret backslashes.
807 [# find the maximum length of command line arguments
808 AC_MSG_CHECKING([the maximum length of command line arguments])
824 # no limit to the length of command line arguments.
959 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
2198 *** Warning: the command libtool uses to detect shared libraries,
2413 # Base MSYS/MinGW do not provide the 'file' command needed by
2929 # command for GNU C++ for the case where it uses the native
4266 # What is the maximum length of a command?
4539 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
[all …]

Completed in 257 milliseconds

12345