Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-7.2/ext/iconv/tests/
H A Diconv_strrpos_error1.phpt2 Test iconv_strrpos() function : error conditions - pass incorrect number of args
/PHP-7.2/ext/standard/tests/url/
H A Durls.inc72 'http://user:@pass@host/path?argument?value#etc',
99 'http://user:pass@:80',
/PHP-7.2/ext/odbc/
H A Dbirdstep.c55 ZEND_ARG_INFO(0, pass)
288 char *serv, *user, *pass; in PHP_FUNCTION() local
295 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sss", &serv, &serv_len, &user, &user_len, &pass, &pass… in PHP_FUNCTION()
309 stat = SQLConnect(hdbc, serv, SQL_NTS, user, SQL_NTS, pass, SQL_NTS); in PHP_FUNCTION()
/PHP-7.2/
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.2/ext/interbase/
H A Dibase_service.c212 char buf[128], *host, *user, *pass, *loc; in PHP_FUNCTION() local
218 &host, &hlen, &user, &ulen, &pass, &plen)) { in PHP_FUNCTION()
226 user, isc_spb_password, (char)plen, pass, host); in PHP_FUNCTION()
/PHP-7.2/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.2/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-7.2/ext/phar/tests/
H A Dphar_oo_compressallgz.phpt70 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
/PHP-7.2/ext/standard/tests/dir/
H A Dreaddir_variation6-win32-mb.phpt17 * Open two directory handles on the same directory and pass both
H A Dreaddir_variation6.phpt11 * Open two directory handles on the same directory and pass both
/PHP-7.2/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt76 * If we call phpdbg_get_executable() and pass no options, the realpath of the
/PHP-7.2/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.2/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_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_strtolower_variation1.phpt2 Test mb_strtolower() function : usage variations - pass different data types as $sourcestring arg
/PHP-7.2/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt2 Test php_uname() function - error conditions - pass function incorrect arguments
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_poll.phpt111 // Difference: pass $links twice
119 // Difference: pass two connections
/PHP-7.2/ext/standard/
H A Dhttp_fopen_wrapper.c540 if (resource->pass) { in php_stream_url_wrap_http_ex()
541 php_url_decode(resource->pass, strlen(resource->pass)); in php_stream_url_wrap_http_ex()
542 strcat(scratch, resource->pass); in php_stream_url_wrap_http_ex()
923 CHECK_FOR_CNTRL_CHARS(resource->pass) in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c264 if (resource->pass != NULL) { in php_ftp_fopen_connect()
265 tmp_len = (int)php_raw_url_decode(resource->pass, (int)strlen(resource->pass)); in php_ftp_fopen_connect()
267 PHP_FTP_CNTRL_CHK(resource->pass, tmp_len, "Invalid password %s") in php_ftp_fopen_connect()
269 php_stream_printf(stream, "PASS %s\r\n", resource->pass); in php_ftp_fopen_connect()
/PHP-7.2/ext/phar/
H A Dphar_object.c1767 struct _phar_t pass; in PHP_METHOD() local
1841 pass.p = phar_obj; in PHP_METHOD()
1842 pass.b = dir; in PHP_METHOD()
1844 pass.count = 0; in PHP_METHOD()
1845 pass.ret = return_value; in PHP_METHOD()
1847 if (pass.fp == NULL) { in PHP_METHOD()
1903 struct _phar_t pass; in PHP_METHOD() local
1929 pass.p = phar_obj; in PHP_METHOD()
1930 pass.b = base; in PHP_METHOD()
1933 pass.count = 0; in PHP_METHOD()
[all …]
/PHP-7.2/ext/intl/tests/
H A Dformatter_format.phpt14 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed

Completed in 56 milliseconds

1...<<111213141516