Home
last modified time | relevance | path

Searched refs:argv (Results 126 – 141 of 141) sorted by relevance

123456

/PHP-5.6/ext/mbstring/oniguruma/
H A Dtestc.c159 extern int main(int argc, char* argv[]) in main() argument
H A Dtestu.c205 extern int main(int argc, char* argv[]) in main() argument
/PHP-5.6/ext/mbstring/oniguruma/win32/
H A Dtestc.c159 extern int main(int argc, char* argv[]) in main() argument
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dmktable.c1146 extern int main(int argc ARG_UNUSED, char* argv[] ARG_UNUSED) in main()
/PHP-5.6/ext/gd/libgd/
H A Dgd_arc_f_buggy.c702 main (int argc, char *argv[])
/PHP-5.6/Zend/
H A Dzend_API.h495 ZEND_API int zend_fcall_info_argp(zend_fcall_info *fci TSRMLS_DC, int argc, zval ***argv);
501 ZEND_API int zend_fcall_info_argv(zend_fcall_info *fci TSRMLS_DC, int argc, va_list *argv);
/PHP-5.6/
H A Dltmain.sh5050 main (int argc, char *argv[])
5055 program_name = (char *) xstrdup (base_name (argv[0]));
5056 DEBUG("(main) argv[0] : %s\n",argv[0]);
5066 newargz[1] = find_executable(argv[0]);
5068 lt_fatal("Couldn't find %s", argv[0]);
H A Dconfigure.in249 int main(int argc, const char **argv)
252 argv = argv;
H A Dphp.ini-development624 ; This directive determines whether PHP registers $argv & $argc each time it
625 ; runs. $argv contains an array of all the arguments passed to PHP when a script
636 ; http://php.net/register-argc-argv
H A Dphp.ini-production624 ; This directive determines whether PHP registers $argv & $argc each time it
625 ; runs. $argv contains an array of all the arguments passed to PHP when a script
636 ; http://php.net/register-argc-argv
H A Dacinclude.m41710 int main(int argc, char *argv[])
H A DNEWS1508 . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
8504 - Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) (Dmitry)
10976 - Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"]). (Jani)
/PHP-5.6/sapi/cli/
H A Dphp_cli_server.c2551 int do_cli_server(int argc, char **argv TSRMLS_DC) /* {{{ */ in do_cli_server()
2562 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
2599 router = argv[php_optind]; in do_cli_server()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch58 -main(int argc, char *argv[])
64 - if ((progname = strrchr(argv[0], '/')) != NULL)
67 - progname = argv[0];
78 - ret = magic_compile(ms, argv[1]) == -1 ? 1 : 0;
1158 main(int argc, char *argv[])
/PHP-5.6/main/
H A Dmain.c2182 SG(request_info).argv=(char **)NULL; in php_module_startup()
/PHP-5.6/ext/phar/phar/
H A Dpharcommand.inc345 self::error("Exception while opening phar '$argv':\n" . $e->getMessage() . "\n");

Completed in 101 milliseconds

123456