Home
last modified time | relevance | path

Searched refs:command (Results 51 – 75 of 103) sorted by relevance

12345

/PHP-7.0/sapi/fpm/tests/
H A D021-uds-acl.phpt6 … && file_exists('/etc/passwd') && file_exists('/etc/group'))) die ("skip missing getfacl command");
/PHP-7.0/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32.phpt13 * Prototype: resource popen ( string command, string mode )
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.h142 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
H A DREADME.md33 …e the source against your PHP installation sources, and enable the SAPI with the configure command.
/PHP-7.0/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt19 * command is the only feasible way to test renegotiation limiting functionality. It's not an ideal
/PHP-7.0/win32/
H A Dinstall.txt25 Compiling shared PECL extensions with the pecl command
78 If you are also interested to use PHP for command line scripting (e.g.
81 need the command line executable. For more information, read the
82 section about writing command line PHP applications. In this case, you
94 will also find information on the command line executable in the
240 The CLI version is designed to let you use PHP for command line
242 about using PHP from the command line.
1054 for the pear command also applies to the pecl command.
1107 Compiling shared PECL extensions with the pecl command
1110 command, do the following:
[all …]
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c1836 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1838 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
1845 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1861 retval = popen(command, type); in virtual_popen()
1872 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1880 command_length = strlen(command); in virtual_popen()
1923 memcpy(ptr, command, command_length+1); in virtual_popen()
H A DREADME.ZEND_VM100 option. By default ZE2 uses the following command to generate executor:
/PHP-7.0/ext/phar/phar/
H A Dpharcommand.inc17 * commands. It will be used from command line/console
21 * @brief Phar console command implementation
122 .'pear command. When using \'0\' the command does not error out when the '
827 * @return string The description of the command extra to a directory.
937 * The cli command argument for deleting.
1062 * Get the command stub infos.
1108 * @return string A description of the command.
1443 * @return array The arguments for info command.
1551 * @return array The arguments for version command.
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_fetch.phpt95 [014] [%d] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt68 Warning: mysqli_stmt_send_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't co…
H A Dmysqli_change_user_get_lock.phpt39 This command resets the state as if one had done a new connect. (See Section 25.2.13, “Controlling …
H A Dmysqli_affected_rows_oo.phpt37 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
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_stmt_get_result2.phpt173 [017] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_affected_rows.phpt45 // ignore INSERT error, NOTE: command line returns 0, affected_rows returns -1 as documented
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h157 enum php_mysqlnd_server_command command; member
H A Dmysqlnd_structs.h479 …imple_command)(MYSQLND_CONN_DATA * conn, enum php_mysqlnd_server_command command, const zend_uchar…
480 …packet_type ok_packet, zend_bool silent, enum php_mysqlnd_server_command command, zend_bool ignore…
504 …_send_request)(MYSQLND_CONN_DATA * conn, enum php_mysqlnd_server_command command, const zend_uchar…
/PHP-7.0/ext/phar/
H A DTODO51 X add preliminary phar command (phar.php) [Marcus]
52 X add phar command (phar.phar) [Marcus]
/PHP-7.0/sapi/cgi/
H A DREADME.FastCGI7 You must add '--enable-fastcgi' to the configure command on Linux or
29 and a port number to listen to on the command line, e.g.:
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dgrepoutput103 pcregrep: Error in command-line regex at offset 4: nothing to repeat
436 pcregrep: Error in 2nd command-line regex at offset 9: missing )
516 that the pcregrep command is working correctly. The file must be more than 24K
526 that the pcregrep command is working correctly. The file must be more than 24K
/PHP-7.0/
H A DREADME.TESTING15 command line after successfully compiling. This will run the complete
35 If you are running the run-tests.php script from the command line (as above)
/PHP-7.0/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()
/PHP-7.0/sapi/fpm/
H A Dphp-fpm.conf.in7 ; '-p' argument from the command line.

Completed in 72 milliseconds

12345