Home
last modified time | relevance | path

Searched refs:used (Results 26 – 50 of 574) sorted by relevance

12345678910>>...23

/PHP-7.0/ext/ldap/tests/
H A DREADME76 OpenLDAP 2.4.31 has been used with the configuration below.
81 …It is used for testing ldap_start_tls(), which also requires "TLS_REQCERT never" in client configu…
94 # hdb is used instead of bdb as it enables the usage of referrals & aliases
117 … to use. May be the ldap root or a subtree. (ldap_search_variation6 will fail if a subtree is used)
118 LDAP_TEST_USER (default: cn=Manager,dc=my-domain,dc=com) DN used for binding
119 LDAP_TEST_SASL_USER (default: Manager) SASL user used for SASL binding
120 LDAP_TEST_PASSWD (default: secret) Password used for plain and SASL binding
/PHP-7.0/ext/oci8/tests/
H A Dextauth_01.phpt114 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
119 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
124 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
129 Warning: oci_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
134 Warning: oci_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
139 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
/PHP-7.0/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt12 -k skipif key..................... Skipif option, only used if -s skipif is used.
/PHP-7.0/ext/pdo/tests/
H A Dbug_69356.phpt20 …he output. It will provide the SQL query in use, the number of parameters used (Params), the list …
23 …s its result directly to the browser, the output-control functions can be used to capture the outp…
32 …he output. It will provide the SQL query in use, the number of parameters used (Params), the list …
35 …s its result directly to the browser, the output-control functions can be used to capture the outp…
/PHP-7.0/
H A DREADME.TESTING27 the original run-tests.php script. server-tests is *not* used by
78 Not used for anything, just a section for documenting the test
82 execution of the test. This can be used to change environment
83 vars that are used for CGI emulation, or simply to set env vars
106 this section is used to build the url used in an HTTP request. Valid values
119 This section is also eval'd. It is used to provide additional headers sent
129 This section can be used to define what headers are required to be
/PHP-7.0/ext/curl/tests/
H A Dbug63795.phpt28 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
32 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
/PHP-7.0/ext/pdo_odbc/
H A Dodbc_stmt.c656 zend_ulong used = 0; in odbc_stmt_get_col() local
686 used = 255; /* not 256; the driver NUL terminated the buffer */ in odbc_stmt_get_col()
698 buf = erealloc(buf, used + 255+1); in odbc_stmt_get_col()
699 memcpy(buf + used, buf2, 255); in odbc_stmt_get_col()
700 used = used + 255; in odbc_stmt_get_col()
702 buf = erealloc(buf, used + C->fetched_len+1); in odbc_stmt_get_col()
703 memcpy(buf + used, buf2, C->fetched_len); in odbc_stmt_get_col()
704 used = used + C->fetched_len; in odbc_stmt_get_col()
715 buf[used] = '\0'; in odbc_stmt_get_col()
719 *len = used; in odbc_stmt_get_col()
/PHP-7.0/Zend/tests/constants/
H A Ddir-constant-eval.phpt2 __DIR__ constant used with eval()
/PHP-7.0/ext/phar/tests/zip/
H A Dphar_setalias2.phpt48 alias "test" is already used for archive "%sphar_setalias2.phar.zip" and cannot be used for other a…
H A Dalias_acrobatics.phpt42 alias "foo" is already used for archive "%salias_acrobatics.phar.zip" cannot be overloaded with "%s…
45 alias "another" is already used for archive "%salias_acrobatics.phar.zip" cannot be overloaded with…
/PHP-7.0/ext/standard/tests/file/
H A Dunlink_basic.phpt12 $filename = "$file_path/unlink_basic.tmp"; // temp file name used here
24 // temp file name used here
/PHP-7.0/sapi/fpm/
H A Dphp-fpm.conf.in26 ; syslog_facility is used to specify what type of program is logging the
50 ; Interval of time used by emergency_restart_interval to determine when
116 ; used in logs and stats. There is no limitation on the number of pools which
119 ; Include one or more files. If glob(3) exists, it is used to include a bunch of
120 ; files from a glob(3) pattern. This directive can be used everywhere in the
122 ; Relative path can also be used. They will be prefixed by:
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_setalias2.phpt52 alias "test" is already used for archive "%sphar_setalias2.phar.tar" and cannot be used for other a…
H A Dalias_acrobatics.phpt42 alias "foo" is already used for archive "%salias_acrobatics.phar.tar" cannot be overloaded with "%s…
45 alias "another" is already used for archive "%salias_acrobatics.phar.tar" cannot be overloaded with…
/PHP-7.0/ext/standard/tests/math/
H A Dbug30069.phpt2 Bug #30069 (floats as strings used in calculations do not work)
/PHP-7.0/Zend/tests/
H A Dfloat_prec_001.phpt2 Double precision is used for floating point calculations
H A Dbug70805.phpt27 $array = array($c); //This is used to leave a room for $GLOBALS["a"]
37 unset($t); // This is used to trigger C::__destruct while doing gc_colloct_roots
H A Dhalt03.phpt10 Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %shalt03.php on line %d
H A Dbug42798.phpt2 Bug #42798 (_autoload() not triggered for classes used in method signature)
/PHP-7.0/ext/reflection/tests/
H A Dbug70674.phpt2 Bug #70674 (ReflectionFunction::getClosure() leaks memory when used for internal functions)
/PHP-7.0/ext/phar/tests/
H A Dalias_acrobatics.phpt42 alias "foo" is already used for archive "%salias_acrobatics.phar" cannot be overloaded with "%salia…
45 alias "another" is already used for archive "%salias_acrobatics.phar" cannot be overloaded with "%s…
/PHP-7.0/tests/lang/
H A Dbug18872.phpt2 Bug #18872 (class constant used as default parameter)
H A Dstatic_basic_001.phpt6 echo "\nSame variable used as static and non static.\n";
50 Same variable used as static and non static.
/PHP-7.0/Zend/tests/arg_unpack/
H A Dpositional_arg_after_unpack_error.phpt2 Positional arguments cannot be used after argument unpacking
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_scoreboard.c279 if (scoreboard->procs[child_index] && scoreboard->procs[child_index]->used > 0) { in fpm_scoreboard_proc_free()
298 if (scoreboard->procs[scoreboard->free_proc] && !scoreboard->procs[scoreboard->free_proc]->used) { in fpm_scoreboard_proc_alloc()
306 if (scoreboard->procs[i] && !scoreboard->procs[i]->used) { /* found */ in fpm_scoreboard_proc_alloc()
318 scoreboard->procs[i]->used = 1; in fpm_scoreboard_proc_alloc()

Completed in 25 milliseconds

12345678910>>...23