Home
last modified time | relevance | path

Searched refs:pass (Results 201 – 225 of 307) sorted by relevance

12345678910>>...13

/PHP-5.3/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-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c529 if (resource->pass) { in php_stream_url_wrap_http_ex()
530 php_url_decode(resource->pass, strlen(resource->pass)); in php_stream_url_wrap_http_ex()
531 strcat(scratch, resource->pass); in php_stream_url_wrap_http_ex()
865 CHECK_FOR_CNTRL_CHARS(resource->pass) in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c263 if (resource->pass != NULL) { in php_ftp_fopen_connect()
264 tmp_len = php_raw_url_decode(resource->pass, strlen(resource->pass)); in php_ftp_fopen_connect()
266 PHP_FTP_CNTRL_CHK(resource->pass, tmp_len, "Invalid password %s") in php_ftp_fopen_connect()
268 php_stream_printf(stream TSRMLS_CC, "PASS %s\r\n", resource->pass); in php_ftp_fopen_connect()
/PHP-5.3/ext/phar/
H A Dphar_object.c1814 struct _phar_t pass; local
1894 pass.p = phar_obj;
1895 pass.b = dir;
1896 pass.l = dir_len;
1897 pass.count = 0;
1900 if (pass.fp == NULL) {
1956 struct _phar_t pass; local
1978 pass.p = phar_obj;
1979 pass.b = base;
1980 pass.l = base_len;
[all …]
/PHP-5.3/
H A DREADME.PARAMETER_PARSING_API75 OSes (int is 4 bytes and long is 8 bytes), so make sure you pass longs to "l"
76 and ints to strings length (i.e. for "s" you need to pass char * and int),
78 Remember: "l" is the only case when you need to pass long (and that's why
/PHP-5.3/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
/PHP-5.3/ext/mbstring/tests/
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…
H A Dmb_strpos_variation1.phpt2 Test mb_strpos() function : usage variations - pass different data types to $haystack arg
H A Dmb_strripos_variation2.phpt2 Test mb_strripos() function : usage variations - pass different data types as $needle arg
H A Dmb_strrpos_variation1.phpt2 Test mb_strrpos() function : usage variations - pass different data types to $haystack arg
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
/PHP-5.3/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt91 --> http://user:@pass@host/path?argument?value#etc : NULL
114 --> http://user:pass@:80 : bool(false)
H A Dparse_url_basic_005.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(4) "user"
114 --> http://user:pass@:80 : bool(false)
H A Dparse_url_basic_009.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(3) "etc"
114 --> http://user:pass@:80 : bool(false)
/PHP-5.3/ext/ftp/tests/
H A Dserver.inc5 …eate(array('ssl' => array('local_cert' => dirname(__FILE__).'/cert.pem', 'passphrase' => 'pass')));
164 $pass = $m[1];
165 if ($pass === 'pass') {
H A D004.phpt14 var_dump(ftp_login($ftp, 'user', 'pass'));
/PHP-5.3/ext/spl/internal/
H A Dfilteriterator.inc119 * @param params Array of parameters to pass to method
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt98 Class E does not have a constructor, so you cannot pass any constructor arguments

Completed in 47 milliseconds

12345678910>>...13