Home
last modified time | relevance | path

Searched refs:optint (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/main/
H A Dgetopt.c28 static int php_opt_error(int argc, char * const *argv, int optint, int optchr, int err, int show_er… in php_opt_error() argument
32 fprintf(stderr, "Error in argument %d, char %d: ", optint, optchr+1); in php_opt_error()
39 fprintf(stderr, "option not found %c\n", argv[optint][optchr]); in php_opt_error()
42 fprintf(stderr, "no argument for option %c\n", argv[optint][optchr]); in php_opt_error()

Completed in 10 milliseconds