Home
last modified time | relevance | path

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

/PHP-7.0/
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.0/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.c1049 const opt_struct OPTIONS[] = { /* {{{ */ variable
1429 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
2164 php_getopt(-1, argv, OPTIONS, NULL, &php_optind, 0, 0); in main()
/PHP-7.0/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.0/sapi/cli/
H A Dphp_cli.c141 const opt_struct OPTIONS[] = { variable
674 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
731 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
1239 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in WinMain()
H A Dphp_cli_server.c2535 extern const opt_struct OPTIONS[]; in do_cli_server()
2540 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c139 static const opt_struct OPTIONS[] = { variable
1822 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1…
2088 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1…
2138 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c144 static const opt_struct OPTIONS[] = { variable
1635 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-7.0/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.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt880 PCRE BUILD-TIME OPTIONS
1213 PCREGREP OPTIONS FOR COMPRESSED FILE SUPPORT
1898 CHECKING BUILD-TIME OPTIONS
8447 UNSUPPORTED OPTIONS AND PATTERN ITEMS

Completed in 72 milliseconds