Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 103) sorted by path

12345

/PHP-7.0/
H A D.gdbinit608 This command is almost a short cut for
H A DINSTALL11 + CGI and command line setups
24 + Compiling shared PECL extensions with the pecl command
108 * CGI and command line setups
614 CGI and command line setups
781 installation using the pkg command.
1013 * Compiling shared PECL extensions with the pecl command
1029 for the pear command also applies to the pecl command.
1127 Or from the command line, run:
1174 Compiling shared PECL extensions with the pecl command
1177 command, do the following:
[all …]
H A DNEWS919 . Add -s command line option / stdin command for reading script from stdin.
1042 . Fixed next command not stopping when leaving function. (Bob)
H A DREADME.SUBMITTING_PATCH147 After testing is finished, create a patch file using the command:
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)
H A DUPGRADING533 command, thus passing untrusted data to this function with rsh/ssh enabled
H A DUPGRADING.INTERNALS276 and library manager. This solves the issues with the long command lines
H A Dacinclude.m42974 dnl The empty $ac_provsrc command stops an implicit circular dependency
/PHP-7.0/TSRM/
H A Dtsrm_nw.c55 char *command = NULL, *argv[MAX_ARGS] = {'\0'}, **env = NULL; local
130 command = (char*)malloc(ptrLen + 1);
131 if (!command) {
136 strcpy (command, ptr);
145 if (command)
146 free (command);
215 if (command)
216 free (command);
H A Dtsrm_nw.h26 TSRM_API FILE* popen(const char *command, const char *type);
H A Dtsrm_win32.c452 TSRM_API FILE *popen(const char *command, const char *type) in popen() argument
455 return popen_ex(command, type, NULL, NULL); in popen()
458 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex() argument
536 cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof(" /c ")+2); in popen_ex()
541 sprintf(cmd, "%s /c \"%s\"", TWG(comspec), command); in popen_ex()
H A Dtsrm_win32.h102 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);
103 TSRM_API FILE *popen(const char *command, const char *type);
/PHP-7.0/Zend/
H A DREADME.ZEND_VM100 option. By default ZE2 uses the following command to generate executor:
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 Dzend_virtual_cwd.h173 CWD_API FILE *virtual_popen(const char *command, const char *type);
277 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument
313 #define VCWD_POPEN(command, type) popen(command, type) argument
/PHP-7.0/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 …]
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch2803 * Patchlevel file for Ian Darwin's MAGIC command.
/PHP-7.0/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt9 * Works with the unix file command:
H A Dmagic1 # Magic data for file(1) command.
1899 # command.
2793 # compression tag minus one equals numeric compression command line switch z[1-9]
4416 0 string/t $! DCL command file
4667 # Supplementary magic data for the file(1) command to support
10576 # CORE_EXEC, which contains the name of the command
16262 # // using the VIEW command, while help files
21001 >20 lelong&32 32 \b, Has command line arguments
/PHP-7.0/ext/ftp/
H A Dphp_ftp.c83 ZEND_ARG_INFO(0, command)
88 ZEND_ARG_INFO(0, command)
/PHP-7.0/ext/ftp/tests/
H A Dserver.inc109 fputs($s, "500 Syntax error, command unrecognized.\r\n");
147 fputs($s, "500 Syntax error, command unrecognized.\r\n");
164 fputs($s, "500 Syntax error, command unrecognized.\r\n");
202 fputs($s, "250 CDUP command successful.\r\n");
272 fputs($s, "250 CWD command successful.\r\n");
459 fputs($s, "500 Syntax error, command unrecognized.\r\n");
/PHP-7.0/ext/imap/
H A DIMAP_Win32_HOWTO.txt13 Search for 'ERASE'. Comment out the line that contains the ERASE command.
/PHP-7.0/ext/imap/tests/
H A Dbug77020.phpt13 Warning: imap_mail(): No message string in mail command in %s on line %d
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY502 2006/02/03: [ruby] add -m 0644 option to install command in "make 19".
H A DREADME86 Example of the compiling/linking command line in Unix or Cygwin,

Completed in 176 milliseconds

12345