Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.init.d21 OPTIONS=
60 nohup ${PHPDBG} -l${STDIN}/${STDOUT} ${OPTIONS} 2>>${LOGFILE} 1>/dev/null </dev/null &
H A Dphpdbg.c1072 const opt_struct OPTIONS[] = { /* {{{ */ variable
1454 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
2204 php_getopt(-1, argv, OPTIONS, NULL, &php_optind, 0, 0); in main()
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt16 //SET URL AND OTHER OPTIONS
/PHP-7.4/
H A Dbuildconf39 OPTIONS:
/PHP-7.4/sapi/cli/
H A Dphp_cli.c137 const opt_struct OPTIONS[] = { variable
637 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
702 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
1235 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2))!=-1) { in WinMain()
H A Dphp_cli_server.c2671 extern const opt_struct OPTIONS[]; in do_cli_server()
2680 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
/PHP-7.4/scripts/dev/
H A Dmakedist26 OPTIONS:
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c138 static const opt_struct OPTIONS[] = { variable
1844 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1…
2264 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1…
2323 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c124 static const opt_struct OPTIONS[] = { variable
1596 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt716 …$sql = sprintf("CREATE SERVER myself FOREIGN DATA WRAPPER mysql OPTIONS (user '%s', password '%s',…
728 if (!mysqli_query($link, sprintf("ALTER SERVER myself OPTIONS(user '%s_')", $user)))

Completed in 49 milliseconds