Home
last modified time | relevance | path

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

1234

/PHP-7.3/
H A D.gdbinit619 This command is almost a short cut for
H A DNEWS102 . Fixed bug #79423 (copy command is limited to size of file it can copy).
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 DUPGRADING124 passing them to rsh/ssh command, thus passing untrusted data to this function
H A Dacinclude.m43003 dnl The empty $ac_provsrc command stops an implicit circular dependency
/PHP-7.3/TSRM/
H A Dtsrm_win32.c442 TSRM_API FILE *popen(const char *command, const char *type) in popen() argument
445 return popen_ex(command, type, NULL, NULL); in popen()
448 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex() argument
484 cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof(" /c ")+2); in popen_ex()
489 sprintf(cmd, "%s /c \"%s\"", TWG(comspec), command); in popen_ex()
H A Dtsrm_win32.h101 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);
102 TSRM_API FILE *popen(const char *command, const char *type);
/PHP-7.3/Zend/
H A DREADME.ZEND_VM100 option. By default ZE2 uses the following command to generate executor:
H A Dzend_virtual_cwd.c1887 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1889 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
1893 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1901 command_length = strlen(command); in virtual_popen()
1941 memcpy(ptr, command, command_length+1); in virtual_popen()
H A Dzend_virtual_cwd.h159 CWD_API FILE *virtual_popen(const char *command, const char *type);
252 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument
301 #define VCWD_POPEN(command, type) popen(command, type) argument
/PHP-7.3/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
2194 *** Warning: the command libtool uses to detect shared libraries,
2409 # Base MSYS/MinGW do not provide the 'file' command needed by
2925 # command for GNU C++ for the case where it uses the native
4262 # What is the maximum length of a command?
4535 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
[all …]
/PHP-7.3/ext/com_dotnet/tests/
H A Dbug77578.phpt14 $command = "$php $iniopt -d com.autoregister_typelib=1 -r \"new COM('WbemScripting.SWbemLocator');\…
15 exec($command, $output, $status);
/PHP-7.3/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt9 * Works with the unix file command:
H A Dmagic1 # Magic data for file(1) command.
2364 # command.
3580 # compression tag minus one equals numeric compression command line switch z[1-9]
5815 0 string/t $! DCL command file
6114 # Supplementary magic data for the file(1) command to support
11560 # flif: Magic data for file(1) command.
13672 # CORE_EXEC, which contains the name of the command
16945 # Dump files for iproute2 tool. Generated by the "ip r|a save" command. URL:
21302 # // using the VIEW command, while help files
26870 >20 lelong&32 32 \b, Has command line arguments
H A Dmagic私はガラスを食べられます1 # Magic data for file(1) command.
2364 # command.
3580 # compression tag minus one equals numeric compression command line switch z[1-9]
5815 0 string/t $! DCL command file
6114 # Supplementary magic data for the file(1) command to support
11560 # flif: Magic data for file(1) command.
13672 # CORE_EXEC, which contains the name of the command
16945 # Dump files for iproute2 tool. Generated by the "ip r|a save" command. URL:
21302 # // using the VIEW command, while help files
26870 >20 lelong&32 32 \b, Has command line arguments
/PHP-7.3/ext/ftp/
H A Dphp_ftp.c77 ZEND_ARG_INFO(0, command)
82 ZEND_ARG_INFO(0, command)
/PHP-7.3/ext/ftp/tests/
H A Dftp_site_basic.phpt22 Warning: ftp_site(): Syntax error, command unrecognized. in %s on line %d
H A Dserver.inc102 fputs($s, "500 Syntax error, command unrecognized.\r\n");
140 fputs($s, "500 Syntax error, command unrecognized.\r\n");
157 fputs($s, "500 Syntax error, command unrecognized.\r\n");
195 fputs($s, "250 CDUP command successful.\r\n");
290 fputs($s, "250 CWD command successful.\r\n");
543 fputs($s, "500 Syntax error, command unrecognized.\r\n");
/PHP-7.3/ext/imap/tests/
H A Dbug77020.phpt13 Warning: imap_mail(): No message string in mail command in %s on line %d
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY78 2018/09/14: add a command line option '-gc' for make_unicode_property_data.py.
785 2006/02/03: [ruby] add -m 0644 option to install command in "make 19".
H A DINSTALL15 Briefly, the shell command './configure && make && make install'
103 by setting variables in the command line or in the environment. Here is
166 'make install' command line to change installation locations without
302 them in the 'configure' command line, using 'VAR=value'. For example:
H A DREADME103 Example of the compiling/linking command line in Unix or Cygwin,
H A DREADME.md240 Example of the compiling/linking command line in Unix or Cygwin,
/PHP-7.3/ext/mysqli/tests/
H A D045.phpt16 printf("skip SHOW command is not supported in prepared statements.");

Completed in 189 milliseconds

1234