Home
last modified time | relevance | path

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

12345

/php-src/Zend/
H A Dzend_virtual_cwd.c1657 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1659 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
1663 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1671 command_length = strlen(command); in virtual_popen()
1710 memcpy(ptr, command, command_length+1); in virtual_popen()
H A DREADME.md134 command to generate the executor:
/php-src/ext/mysqli/tests/
H A Dmysqli_affected_rows_oo.phpt37 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dlocal_infile_tools.inc49 …return "Cannot test LOAD DATA LOCAL INFILE, [1148] The used command is not allowed with this MySQL…
H A Dmysqli_affected_rows.phpt33 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
H A Dmysqli_stmt_get_result2.phpt158 [017] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_get_result.phpt196 [040] [2014] [Commands out of sync; you can't run this command now]
/php-src/sapi/apache2handler/
H A Dconfig.m439 command-line utility.
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps.c50 if (conn->command->stmt_fetch(conn, payload) == FAIL) { in mysqlnd_stmt_send_cursor_fetch_command()
419 ret = conn->command->stmt_prepare(conn, query_string); in MYSQLND_METHOD()
697 ret = conn->command->stmt_execute(conn, payload); in MYSQLND_METHOD()
941 ret = stmt->conn->command->stmt_reset(stmt->conn, stmt_id); in MYSQLND_METHOD()
1047 ret = conn->command->stmt_send_long_data(conn, payload); in MYSQLND_METHOD()
1813 ret = conn->command->stmt_close(conn, stmt_id); in MYSQLND_METHOD_PRIVATE()
/php-src/ext/standard/
H A Dfile.c784 char *command, *mode; in PHP_FUNCTION() local
791 Z_PARAM_PATH(command, command_len) in PHP_FUNCTION()
816 fp = VCWD_POPEN(command, posix_mode); in PHP_FUNCTION()
818 php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
826 php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
H A Dbasic_functions_arginfo.h1152 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1158 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1163 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1168 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1176 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1201 ZEND_ARG_TYPE_INFO(0, command, IS_STRING, 0)
1802 ZEND_ARG_TYPE_MASK(0, command, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_myisam_index.phpt61 // 2030 This command is not supported in the prepared statement protocol yet
H A Dpdo_mysql_prepare_native_myisam.phpt61 // 2030 This command is not supported in the prepared statement protocol yet
H A Dpdo_mysql_prepare_native.phpt61 // 2030 This command is not supported in the prepared statement protocol yet
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt61 // 2030 This command is not supported in the prepared statement protocol yet
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst34 ``pip``, and then prefix your ``make`` command accordingly:
/php-src/sapi/embed/
H A DREADME.md36 …lphp`) which is located at `$(php-config --prefix)/lib`. So the complete command to compile ends u…
/php-src/ext/opcache/jit/
H A DREADME.md13 Then, to test the JIT, e.g. with opcache.jit=tracing, an example command
/php-src/
H A DREADME.md74 PHP ships with an extensive test suite, the command `make test` is used after
H A D.gitignore56 # Helper(s) generated by *nix build system to save the last configure command
H A DNEWS64 If this functionality is needed a SQL "KILL" command can be used instead.
67 If this functionality is needed a SQL "FLUSH" command can be used instead.
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in7 ; '-p' argument from the command line.
/php-src/ext/standard/tests/general_functions/
H A Dghsa-9fcc-425m-g385_003.phpt127 '"%s.bat."' is not recognized as an internal or external command,
/php-src/build/
H A Dltmain.sh968 command="$command -o $lobj"
973 $show "$command"
974 if $run eval $lt_env "$command"; then :
1039 command="$command -o $obj"
1043 command="$command$suppress_output"
1045 $show "$command"
1046 if $run eval $lt_env "$command"; then :
/php-src/docs/
H A Drelease-process.md311 13. If you have the [GitHub command line tool][] installed, run the following to
584 12. If you have the [GitHub command line tool][] installed, run the following to
933 then following command will show changes present in both files:
1103 [GitHub command line tool]: https://cli.github.com

Completed in 77 milliseconds

12345