Home
last modified time | relevance | path

Searched refs:pass (Results 226 – 250 of 331) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt34 // test b/c - credentials in DSN are ignored when user/pass passed as separate params
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(5) "@pass"
119 --> http://user:pass@:80 : bool(false)
H A Durls.inc72 'http://user:@pass@host/path?argument?value#etc',
101 'http://user:pass@:80',
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c561 int xpos = 0, ypos = 0, pass = 0; in ReadImage() local
613 switch (pass) { in ReadImage()
624 ++pass; in ReadImage()
625 switch (pass) { in ReadImage()
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt18 // the message this test prints at the very end (expected output for pass).
/PHP-7.4/ext/odbc/tests/
H A Dodbc_free_result_001.phpt10 $conn = odbc_connect($dsn, $user, $pass);
/PHP-7.4/tests/classes/
H A Dclass_example.phpt31 { /* one can pass classes as arguments */
/PHP-7.4/tests/lang/
H A DforeachLoop.010.phpt3 It will pass only if the 'contentious code' in PHPValue.decReferences() is enabled.
/PHP-7.4/ext/opcache/tests/
H A Doptimize_func_calls.phpt130 Fatal error: Uncaught Error: Cannot pass parameter 1 by reference in %soptimize_func_calls.php:%d
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt32 // It's okay to pass $tag for a non-authenticated cipher.
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt48 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strtolower_variation3.phpt2 Test mb_strtolower() function : usage variations - pass mixed ASCII and non-ASCII strings
H A Dmb_strtoupper_variation3.phpt2 Test mb_strtoupper() function : usage varitations - pass mixed ASCII and non-ASCII strings
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.init.d19 # Options to pass to phpdbg upon boot #
/PHP-7.4/ext/oci8/tests/
H A Dbug38173.phpt51 // dies on oci_free_statement on 2nd pass through loop
/PHP-7.4/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt68 Warning: session_set_cookie_params(): Cannot pass arguments after the options array in %s
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation6.phpt11 * Open two directory handles on the same directory and pass both
H A Dreaddir_variation6-win32-mb.phpt17 * Open two directory handles on the same directory and pass both
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_compressallgz.phpt70 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt13 * to integers and pass as $key argument
H A Darray_slice_variation6.phpt2 Test array_slice() function : usage variations - pass different int values as $length arg
/PHP-7.4/build/
H A Dltmain.sh2237 test "$pass" = conv && continue
2242 if test "$pass" = conv; then
2246 if test "$pass" = scan; then
2261 if test "$pass" = link; then
2274 if test "$pass" = conv; then
2312 if test "$pass" != link; then
2323 if test "$pass" = conv; then
2385 if test "$pass" = conv; then
2425 if test "$pass" = dlopen; then
2486 if test "$pass" = dlpreopen; then
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt2 Test php_uname() function - error conditions - pass function incorrect arguments
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt16 // on Windows, the only thing that gets this test to pass is to put TZ=UTC in --ENV-- section
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c536 if (resource->pass) { in php_stream_url_wrap_http_ex()
537 php_url_decode(ZSTR_VAL(resource->pass), ZSTR_LEN(resource->pass)); in php_stream_url_wrap_http_ex()
538 strcat(scratch, ZSTR_VAL(resource->pass)); in php_stream_url_wrap_http_ex()
910 CHECK_FOR_CNTRL_CHARS(resource->pass); in php_stream_url_wrap_http_ex()

Completed in 45 milliseconds

12345678910>>...14