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]);