| /PHP_5_5/ext/phar/phar/ |
| H A D | phar.php | 52 new PharCommand($argc, $argv);
|
| /PHP_5_5/ext/spl/examples/ |
| H A D | dba_array.php | 17 if ($argc < 4) { 32 if ($argc > 2) { 34 if ($dba && $argc > 3) { 35 if ($argc > 4) {
|
| H A D | dba_dump.php | 17 if ($argc < 3) { 34 if ($argc>3) {
|
| H A D | directorytree.php | 14 if ($argc < 2) { 29 $length = $argc > 3 ? $argv[3] : -1;
|
| H A D | findfile.php | 16 if ($argc < 3) {
|
| H A D | findregex.php | 15 if ($argc < 3) {
|
| H A D | ini_groups.php | 17 if ($argc < 2) { 33 if ($argc>2) {
|
| H A D | nocvsdir.php | 15 if ($argc < 2) {
|
| H A D | phar_from_dir.php | 16 if ($argc < 3) 35 if ($argc > 3)
|
| H A D | tree.php | 18 if ($argc < 2) {
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm.c | 28 .argc = 0, 45 int fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, int test_conf, int run_as_root, int force_daemon) /* {{{ */ argument 47 fpm_globals.argc = argc;
|
| H A D | fpm.h | 40 int fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, int test_conf, int run_as_root, int force_daemon); 44 int argc; member in struct:fpm_globals_s
|
| /PHP_5_5/sapi/isapi/stresstest/ |
| H A D | getopt.c | 19 ap_optiserr(int argc, char * const *argv, int oint, const char *optstr, argument 45 int ap_getopt(int argc, char* const *argv, const char *optstr) argument 52 if (ap_optind >= argc) 83 return(ap_optiserr(argc, argv, ap_optind-1, optstr, optchr, OPTERRCOLON)); 97 return(ap_optiserr(argc, argv, errind, optstr, errchr, OPTERRNF)); 106 if (ap_optind == argc) 107 return(ap_optiserr(argc, argv, ap_optind-1, optstr, optchr, OPTERRARG)); 134 main (int argc, char **argv) argument 144 while ((c = ap_getopt(argc, argv, "abo:")) != EOF) 170 for ( ; ap_optind < argc; ap_optin [all...] |
| H A D | getopt.h | 8 int ap_getopt(int argc, char* const *argv, const char *optstr);
|
| /PHP_5_5/sapi/milter/ |
| H A D | getopt.c | 18 ap_php_optiserr(int argc, char * const *argv, int oint, const char *optstr, argument 43 int ap_php_getopt(int argc, char* const *argv, const char *optstr) argument 50 if (ap_php_optind >= argc) 81 return(ap_php_optiserr(argc, argv, ap_php_optind-1, optstr, optchr, OPTERRCOLON)); 95 return(ap_php_optiserr(argc, argv, errind, optstr, errchr, OPTERRNF)); 104 if (ap_php_optind == argc) 105 return(ap_php_optiserr(argc, argv, ap_php_optind-1, optstr, optchr, OPTERRARG)); 132 main (int argc, char **argv) argument 142 while ((c = ap_php_getopt(argc, argv, "abo:")) != EOF) 168 for ( ; ap_php_optind < argc; ap_php_optin [all...] |
| H A D | php_getopt.h | 7 int ap_php_getopt(int argc, char* const *argv, const char *optstr);
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gd2topng.c | 11 main (int argc, char **argv) argument 15 if (argc != 3)
|
| H A D | gdtopng.c | 10 main (int argc, char **argv) argument 14 if (argc != 3)
|
| H A D | pngtogd.c | 11 main (int argc, char **argv) argument 15 if (argc != 3)
|
| H A D | webpng.c | 20 main (int argc, char **argv) argument 38 if (argc < 2 || !strcmp (argv[1], "--help")) 45 if (strcmp ("-", argv[argc - 1]) == 0) 52 in = fopen (argv[argc - 1], "rb"); 57 "Error: can't open file %s.\n", argv[argc - 1]); 67 "Error: %s is not a valid PNG file.\n", argv[argc - 1]); 71 for (i = 1; (i < (argc - 1)); i++) 82 if (i == (argc - 2)) 114 if (i == (argc - 2)) 273 unlink (argv[argc [all...] |
| /PHP_5_5/TSRM/ |
| H A D | tsrm_nw.c | 59 int ptrLen = 0, argc = 0, i = 0, envCount = 0, err = 0; local 139 while (ptr && (argc < MAX_ARGS)) { 142 argv[argc] = (char*)malloc(ptrLen + 1); 143 if (!argv[argc]) { 148 for (i = 0; i < argc; i++) { 156 strcpy (argv[argc], ptr); 157 argc++; 163 envSpec.esArgc = argc; 218 for (i = 0; i < argc; i++) {
|
| /PHP_5_5/ext/mysqli/ |
| H A D | mysqli_embedded.c | 39 int argc = 0; local 54 if ((argc = zend_hash_num_elements(HASH_OF(args)))) { 55 arguments = safe_emalloc(sizeof(char *), argc + 1, 0); 71 argc++; 98 rc = mysql_server_init(argc, arguments, groups); 100 if (argc) {
|
| /PHP_5_5/main/ |
| H A D | php_getopt.h | 45 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int arg_start);
|
| /PHP_5_5/sapi/cli/ |
| H A D | php_cli_server.h | 28 extern int do_cli_server(int argc, char **argv TSRMLS_DC);
|
| H A D | ps_title.h | 30 extern char** save_ps_args(int argc, char** argv);
|