oint               31 main/getopt.c  static int php_opt_error(int argc, char * const *argv, int oint, int optchr, int err, int show_err) /* {{{ */
oint               35 main/getopt.c  		fprintf(stderr, "Error in argument %d, char %d: ", oint, optchr+1);
oint               42 main/getopt.c  			fprintf(stderr, "option not found %c\n", argv[oint][optchr]);
oint               45 main/getopt.c  			fprintf(stderr, "no argument for option %c\n", argv[oint][optchr]);
oint               19 sapi/isapi/stresstest/getopt.c ap_optiserr(int argc, char * const *argv, int oint, const char *optstr,
oint               24 sapi/isapi/stresstest/getopt.c         fprintf(stderr, "Error in argument %d, char %d: ", oint, optchr+1);
oint               31 sapi/isapi/stresstest/getopt.c             fprintf(stderr, "option not found %c\n", argv[oint][optchr]);
oint               34 sapi/isapi/stresstest/getopt.c             fprintf(stderr, "no argument for option %c\n", argv[oint][optchr]);
oint               41 sapi/isapi/stresstest/getopt.c     ap_optopt = argv[oint][optchr];
oint               18 sapi/milter/getopt.c ap_php_optiserr(int argc, char * const *argv, int oint, const char *optstr,
oint               23 sapi/milter/getopt.c         fprintf(stderr, "Error in argument %d, char %d: ", oint, optchr+1);
oint               30 sapi/milter/getopt.c             fprintf(stderr, "option not found %c\n", argv[oint][optchr]);
oint               33 sapi/milter/getopt.c             fprintf(stderr, "no argument for option %c\n", argv[oint][optchr]);