Home
last modified time | relevance | path

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

/PHP-7.2/
H A Dphp7.spec.in37 # extra options, use the OPTIONS environment variable.
39 #test rpm -q MySQL-devel >&/dev/null && OPTIONS="$OPTIONS --with-mysql=shared"
40 #test rpm -q solid-devel >&/dev/null && OPTIONS="$OPTIONS --with-solid=shared,/home/solid"
41 #test rpm -q postgresql-devel >&/dev/null && OPTIONS="$OPTIONS --with-pgsql=shared"
42 test rpm -q expat >&/dev/null && OPTIONS="$OPTIONS --with-xml=shared"
45 ./configure --prefix=/usr --with-apxs=$APXS $OPTIONS
H A DREADME.EXT_SKEL106 OTHER OPTIONS
/PHP-7.2/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.c1078 const opt_struct OPTIONS[] = { /* {{{ */ variable
1455 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
2200 php_getopt(-1, argv, OPTIONS, NULL, &php_optind, 0, 0); in main()
/PHP-7.2/ext/curl/tests/
H A Dcurl_multi_getcontent_error1.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error2.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_basic3.phpt16 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error3.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error4.phpt18 //SET URL AND OTHER OPTIONS
/PHP-7.2/sapi/cli/
H A Dphp_cli.c146 const opt_struct OPTIONS[] = { variable
686 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
751 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
1282 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in WinMain()
H A Dphp_cli_server.c2523 extern const opt_struct OPTIONS[]; in do_cli_server()
2532 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c144 static const opt_struct OPTIONS[] = { variable
1898 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1…
2309 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1…
2364 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c144 static const opt_struct OPTIONS[] = { variable
1634 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt728 …$sql = sprintf("CREATE SERVER myself FOREIGN DATA WRAPPER mysql OPTIONS (user '%s', password '%s',…
740 if (!mysqli_query($link, sprintf("ALTER SERVER myself OPTIONS(user '%s_')", $user)))
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt880 PCRE BUILD-TIME OPTIONS
1213 PCREGREP OPTIONS FOR COMPRESSED FILE SUPPORT
1897 CHECKING BUILD-TIME OPTIONS
8467 UNSUPPORTED OPTIONS AND PATTERN ITEMS

Completed in 96 milliseconds