Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/gd/libgd/
H A Dgd_arc_f_buggy.c702 main (int argc, char *argv[])
/PHP-5.5/Zend/
H A Dzend_API.h491 ZEND_API int zend_fcall_info_argp(zend_fcall_info *fci TSRMLS_DC, int argc, zval ***argv);
497 ZEND_API int zend_fcall_info_argv(zend_fcall_info *fci TSRMLS_DC, int argc, va_list *argv);
/PHP-5.5/
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 DNEWS567 . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
6926 - Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) (Dmitry)
9398 - Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"]). (Jani)
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c2520 int do_cli_server(int argc, char **argv TSRMLS_DC) /* {{{ */ in do_cli_server()
2531 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
2568 router = argv[php_optind]; in do_cli_server()
/PHP-5.5/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;
1167 main(int argc, char *argv[])
/PHP-5.5/main/
H A Dmain.c2093 SG(request_info).argv=(char **)NULL; in php_module_startup()
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc345 self::error("Exception while opening phar '$argv':\n" . $e->getMessage() . "\n");

Completed in 82 milliseconds

123456