Home
last modified time | relevance | path

Searched refs:pass (Results 251 – 275 of 331) sorted by relevance

1...<<11121314

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_poll.phpt111 // Difference: pass $links twice
119 // Difference: pass two connections
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation4.phpt2 Test mb_ereg() function : usage variations - pass different character classes as pattern for multib…
H A Dmb_ereg_variation1.phpt2 Test mb_ereg() function : usage variations - pass different data types to $pattern argument
H A Dmb_ereg_variation3.phpt2 Test mb_ereg() function : usage variations - pass different character classes to see they match cor…
H A Dmb_strrpos_variation5.phpt2 Test mb_strrpos() function : usage variations - pass encoding as third argument (deprecated behavio…
H A Dmb_substr_variation4.phpt2 Test mb_substr() function : usage variations - pass different integers to $start arg
H A Dmb_substr_variation5.phpt2 Test mb_substr() function : usage variations - pass different integers to $length arg
H A Dmb_substr_variation6.phpt2 Test mb_substr() function : usage variations - pass different integers to $start arg
H A Dmb_substr_variation7.phpt2 Test mb_substr() function : usage variations - pass different integers to $length arg
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt77 * If we call phpdbg_get_executable() and pass no options, the realpath of the
/PHP-7.4/ext/phar/
H A Dphar_object.c1734 struct _phar_t pass; in PHP_METHOD() local
1808 pass.p = phar_obj; in PHP_METHOD()
1809 pass.b = dir; in PHP_METHOD()
1811 pass.count = 0; in PHP_METHOD()
1812 pass.ret = return_value; in PHP_METHOD()
1814 if (pass.fp == NULL) { in PHP_METHOD()
1870 struct _phar_t pass; in PHP_METHOD() local
1896 pass.p = phar_obj; in PHP_METHOD()
1897 pass.b = base; in PHP_METHOD()
1900 pass.count = 0; in PHP_METHOD()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dformatter_format2.phpt14 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
H A Dformatter_format3.phpt15 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
H A Dformatter_format4.phpt15 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
H A Dformatter_format5.phpt15 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
H A Dformatter_format6.phpt15 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
H A Dformatter_format7.phpt15 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
H A Dformatter_format8.phpt14 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt15 The smaller the pipe buffer is, the longer it will take. It might even pass at the end,
/PHP-7.4/ext/ftp/tests/
H A D004.phpt14 var_dump(ftp_login($ftp, 'user', 'pass'));
/PHP-7.4/ext/ftp/
H A Dftp.h110 int ftp_login(ftpbuf_t *ftp, const char *user, const size_t user_len, const char *pass, const size…
/PHP-7.4/ext/hash/tests/
H A Dfnv132.phpt185 $pass = true;
190 $pass = false;
195 if($pass) {
H A Dfnv164.phpt185 $pass = true;
190 $pass = false;
195 if($pass) {
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_001.phpt103 Class E does not have a constructor, so you cannot pass any constructor arguments
H A DReflectionClass_newInstance_001.phpt96 Class E does not have a constructor, so you cannot pass any constructor arguments

Completed in 42 milliseconds

1...<<11121314