Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_error1.phpt2 Test iconv_strrpos() function : error conditions - pass incorrect number of args
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll.phpt104 // Difference: pass $links twice
112 // Difference: pass two connections
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_variation_002_32bit.phpt100 ["pass"]=>
120 ["pass"]=>
H A Durls.inc71 'http://user:@pass@host/path?argument?value#etc',
98 'http://user:pass@:80',
/PHP-5.5/ext/odbc/
H A Dbirdstep.c56 ZEND_ARG_INFO(0, pass)
289 char *serv, *user, *pass; in PHP_FUNCTION() local
296 …rs(ZEND_NUM_ARGS() TSRMLS_CC, "sss", &serv, &serv_len, &user, &user_len, &pass, &pass_len) == FAIL… in PHP_FUNCTION()
310 stat = SQLConnect(hdbc, serv, SQL_NTS, user, SQL_NTS, pass, SQL_NTS); in PHP_FUNCTION()
/PHP-5.5/
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-5.5/ext/interbase/
H A Dibase_service.c213 char buf[128], *host, *user, *pass, *loc; in PHP_FUNCTION() local
219 &host, &hlen, &user, &ulen, &pass, &plen)) { in PHP_FUNCTION()
227 user, isc_spb_password, (char)plen, pass, host); in PHP_FUNCTION()
/PHP-5.5/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-5.5/ext/phar/tests/
H A Dphar_oo_compressallgz.phpt70 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
/PHP-5.5/ext/spl/internal/
H A Drecursivearrayiterator.inc27 * need to overwrite getChildren(), call this implementation and pass the
H A Drecursivefilteriterator.inc27 * need to overwrite getChildren(), call this implementation and pass the
/PHP-5.5/ext/ftp/
H A Dftp.h110 int ftp_login(ftpbuf_t *ftp, const char *user, const char *pass TSRMLS_DC);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_match_error1.phpt2 Test mb_ereg_match() function : error conditions - pass function incorrect number of arguments
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation6.phpt11 * Open two directory handles on the same directory and pass both
/PHP-5.5/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt2 Test php_uname() function - error conditions - pass function incorrect arguments
/PHP-5.5/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.5/ext/standard/
H A Dhttp_fopen_wrapper.c531 if (resource->pass) { in php_stream_url_wrap_http_ex()
532 php_url_decode(resource->pass, strlen(resource->pass)); in php_stream_url_wrap_http_ex()
533 strcat(scratch, resource->pass); in php_stream_url_wrap_http_ex()
873 CHECK_FOR_CNTRL_CHARS(resource->pass) in php_stream_url_wrap_http_ex()
/PHP-5.5/ext/phar/
H A Dphar_object.c1749 struct _phar_t pass; in PHP_METHOD() local
1825 pass.p = phar_obj; in PHP_METHOD()
1826 pass.b = dir; in PHP_METHOD()
1827 pass.l = dir_len; in PHP_METHOD()
1828 pass.count = 0; in PHP_METHOD()
1831 if (pass.fp == NULL) { in PHP_METHOD()
1887 struct _phar_t pass; in PHP_METHOD() local
1909 pass.p = phar_obj; in PHP_METHOD()
1910 pass.b = base; in PHP_METHOD()
1911 pass.l = base_len; in PHP_METHOD()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dformatter_format5.phpt14 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
H A Dformatter_format.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_format2.phpt14 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
/PHP-5.5/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,

Completed in 118 milliseconds

12345678910>>...15