Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-7.1/ext/mbstring/tests/
H A Dmb_ereg_match_error1.phpt2 Test mb_ereg_match() function : error conditions - pass function incorrect number of arguments
H A Dmb_strtolower_variation1.phpt2 Test mb_strtolower() function : usage variations - pass different data types as $sourcestring arg
H A Dmb_ereg_variation1.phpt2 Test mb_ereg() function : usage variations - pass different data types to $pattern argument
H A Dmb_ereg_variation4.phpt2 Test mb_ereg() function : usage variations - pass different character classes as pattern for multib…
H A Dmb_strtoupper_variation1.phpt2 Test mb_strtoupper() function : usage varitations - pass different data types as $sourcestring arg
H A Dmb_substr_variation1.phpt2 Test mb_substr() function : usage variations - pass unexpected arguments (including strings) in pla…
/PHP-7.1/ext/spl/internal/
H A Drecursivefilteriterator.inc27 * need to overwrite getChildren(), call this implementation and pass the
H A Dfilteriterator.inc119 * @param params Array of parameters to pass to method
/PHP-7.1/ext/ftp/
H A Dftp.h112 int ftp_login(ftpbuf_t *ftp, const char *user, const char *pass);
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_poll.phpt111 // Difference: pass $links twice
119 // Difference: pass two connections
/PHP-7.1/ext/standard/
H A Dftp_fopen_wrapper.c266 if (resource->pass != NULL) { in php_ftp_fopen_connect()
267 tmp_len = (int)php_raw_url_decode(resource->pass, (int)strlen(resource->pass)); in php_ftp_fopen_connect()
269 PHP_FTP_CNTRL_CHK(resource->pass, tmp_len, "Invalid password %s") in php_ftp_fopen_connect()
271 php_stream_printf(stream, "PASS %s\r\n", resource->pass); in php_ftp_fopen_connect()
H A Dhttp_fopen_wrapper.c544 if (resource->pass) { in php_stream_url_wrap_http_ex()
545 php_url_decode(resource->pass, strlen(resource->pass)); in php_stream_url_wrap_http_ex()
546 strcat(scratch, resource->pass); in php_stream_url_wrap_http_ex()
936 CHECK_FOR_CNTRL_CHARS(resource->pass) in php_stream_url_wrap_http_ex()
/PHP-7.1/ext/phar/
H A Dphar_object.c1756 struct _phar_t pass; in PHP_METHOD() local
1830 pass.p = phar_obj; in PHP_METHOD()
1831 pass.b = dir; in PHP_METHOD()
1832 pass.l = (uint)dir_len; in PHP_METHOD()
1833 pass.count = 0; in PHP_METHOD()
1836 if (pass.fp == NULL) { in PHP_METHOD()
1892 struct _phar_t pass; in PHP_METHOD() local
1918 pass.p = phar_obj; in PHP_METHOD()
1919 pass.b = base; in PHP_METHOD()
1922 pass.count = 0; in PHP_METHOD()
[all …]
/PHP-7.1/ext/intl/tests/
H A Dformatter_format.phpt14 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
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_format8.phpt14 * 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
/PHP-7.1/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.1/ext/hash/tests/
H A Dfnv132.phpt187 $pass = true;
192 $pass = false;
197 if($pass) {
H A Dfnv164.phpt187 $pass = true;
192 $pass = false;
197 if($pass) {
/PHP-7.1/ext/ftp/tests/
H A D004.phpt14 var_dump(ftp_login($ftp, 'user', 'pass'));

Completed in 38 milliseconds

1...<<111213141516