Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-7.4/ext/oci8/tests/
H A Dextauth_02.phpt113 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
118 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
123 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
128 Warning: oci_new_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
133 Warning: oci_new_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
138 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
/PHP-7.4/ext/ldap/tests/
H A DREADME.md80 OpenLDAP 2.4.31 has been used with the configuration below.
90 It is used for testing ldap_start_tls(), which also requires
107 # hdb is used instead of bdb as it enables the usage of referrals & aliases
134 … to use. May be the ldap root or a subtree. (ldap_search_variation6 will fail if a subtree is used)
135 LDAP_TEST_USER (default: cn=Manager,dc=my-domain,dc=com) DN used for binding
136 LDAP_TEST_SASL_USER (default: Manager) SASL user used for SASL binding
137 LDAP_TEST_PASSWD (default: secret) Password used for plain and SASL binding
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_070.phpt46 Typed property Foo::$i must be int, float used
48 Typed property Foo::$i must be int, string used
H A Dtyped_properties_class_loading.phpt46 Typed property Test::$propX must be an instance of X, stdClass used
49 Typed property Test::$propY must be an instance of Y or null, stdClass used
H A Dtyped_properties_075.phpt48 string(48) "Typed property Foo::$bar must be int, float used"
52 string(48) "Typed property Foo::$bar must be int, float used"
H A Dtyped_properties_038.phpt47 string(60) "Typed property class@anonymous::$bar must be int, float used"
57 string(60) "Typed property class@anonymous::$bar must be int, float used"
/PHP-7.4/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.4/ext/pdo_odbc/
H A Dodbc_stmt.c660 zend_ulong used = 0; in odbc_stmt_get_col() local
702 ZEND_ASSERT(fixed_used <= used + 1); in odbc_stmt_get_col()
703 used = fixed_used; in odbc_stmt_get_col()
711 buf = erealloc(buf, used + 255+1); in odbc_stmt_get_col()
712 memcpy(buf + used, buf2, 255); in odbc_stmt_get_col()
713 used = used + 255; in odbc_stmt_get_col()
715 buf = erealloc(buf, used + C->fetched_len+1); in odbc_stmt_get_col()
716 memcpy(buf + used, buf2, C->fetched_len); in odbc_stmt_get_col()
717 used = used + C->fetched_len; in odbc_stmt_get_col()
728 buf[used] = '\0'; in odbc_stmt_get_col()
[all …]
/PHP-7.4/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.4/Zend/tests/constants/
H A Ddir-constant-eval.phpt2 __DIR__ constant used with eval()
/PHP-7.4/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…
/PHP-7.4/ext/standard/tests/math/
H A Dbug30069.phpt2 Bug #30069 (floats as strings used in calculations do not work)
/PHP-7.4/Zend/tests/
H A Dfloat_prec_001.phpt2 Double precision is used for floating point calculations
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)
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 Dunused_shared_static_variables.phpt2 Cleanup of shared static variables HT that has never been used should not assert
/PHP-7.4/ext/reflection/tests/
H A Dbug70674.phpt2 Bug #70674 (ReflectionFunction::getClosure() leaks memory when used for internal functions)
/PHP-7.4/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…
/PHP-7.4/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.4/tests/lang/
H A Dbug18872.phpt2 Bug #18872 (class constant used as default parameter)
/PHP-7.4/tests/classes/
H A Dstatic_properties_004.phpt16 echo "\nReferences cannot be used to split the properties:\n";
33 References cannot be used to split the properties:
/PHP-7.4/Zend/tests/arg_unpack/
H A Dpositional_arg_after_unpack_error.phpt2 Positional arguments cannot be used after argument unpacking
/PHP-7.4/Zend/tests/generators/
H A Dfunc_get_args.phpt2 func_get_args() can be used inside generator functions
/PHP-7.4/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…

Completed in 33 milliseconds

12345678910>>...22