Home
last modified time | relevance | path

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

123456

/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c1829 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC) /* {{{ */ in virtual_popen() argument
1831 return popen_ex(command, type, CWDG(cwd).cwd, NULL TSRMLS_CC); in virtual_popen()
1838 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC) /* {{{ */ in virtual_popen() argument
1854 retval = popen(command, type); in virtual_popen()
1865 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC) /* {{{ */ in virtual_popen() argument
1873 command_length = strlen(command); in virtual_popen()
1916 memcpy(ptr, command, command_length+1); in virtual_popen()
/PHP-5.4/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-5.4/win32/
H A Dinstall.txt26 Compiling shared PECL extensions with the pecl command
79 If you are also interested to use PHP for command line scripting (e.g.
82 need the command line executable. For more information, read the
95 will also find information on the command line executable in the
204 For more information on installing MSI installers from the command
377 The CLI version is designed to let you use PHP for command line
379 about using PHP from the command line.
1196 for the pear command also applies to the pecl command.
1249 Compiling shared PECL extensions with the pecl command
1252 command, do the following:
[all …]
H A Dphp5.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/interbase/
H A Dinterbase.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/sapi/thttpd/
H A DREADME36 Setting the pattern from the command line is not supported.
/PHP-5.4/ext/xmlrpc/
H A Dxmlrpc.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/phar/
H A DTODO51 X add preliminary phar command (phar.php) [Marcus]
52 X add phar command (phar.phar) [Marcus]
/PHP-5.4/sapi/apache2handler/
H A Dphp5apache2.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/mysqlnd/
H A Dmysqlnd_wireprotocol.h159 enum php_mysqlnd_server_command command; member
/PHP-5.4/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
/PHP-5.4/sapi/nsapi/
H A Dphp5nsapi.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/sapi/aolserver/
H A Dphp5aolserver.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/sapi/apache_hooks/
H A Dphp5apache_hooks.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/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-5.4/ext/dba/
H A Ddba.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/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-5.4/sapi/pi3web/
H A Dphp5pi3web.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/sapi/apache/
H A Dphp5apache.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/dom/
H A Ddom.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/sapi/isapi/
H A Dphp5isapi.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 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)

Completed in 68 milliseconds

123456