Home
last modified time | relevance | path

Searched refs:pass (Results 276 – 300 of 322) sorted by relevance

1...<<111213

/PHP-5.4/ext/mbstring/tests/
H A Dmb_strripos_variation4.phpt2 Test mb_strripos() function : usage variations - pass different data types as $encoding arg
H A Dmb_strtolower_variation2.phpt2 Test mb_strtolower() function : usage variations - pass different data types as $encoding arg
/PHP-5.4/ext/dba/
H A DREADME37 can pass arrays of the form array(0=>group,1=>value_name) or
/PHP-5.4/ext/standard/tests/url/
H A Dparse_url_variation_002_64bit.phpt100 ["pass"]=>
/PHP-5.4/ext/iconv/tests/
H A Diconv_strpos_variation4.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $charset arg
H A Diconv_strrpos_variation3.phpt2 Test iconv_strrpos() function : usage variations - pass different data types as $encoding arg
/PHP-5.4/sapi/apache2filter/
H A Dconfig.m430 …AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2filter=/path/to/apxs])
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING49 first pass through the pattern is helpful for other reasons.
69 pass to calculate a maximum store size, and then a second pass to do the real
72 the first pass is degenerate and the second pass can just store stuff straight
79 By the time I was working on a potential 6.8 release, the degenerate first pass
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_change_user.phpt86 …if (false !== ($tmp = mysqli_change_user($link, str_repeat('user', 16384), str_repeat('pass', 1638…
H A Dmysqli_poll_kill.phpt64 // Lets pass a dead connection
/PHP-5.4/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt27 /* strings to pass strtolower() */
H A Dstrtoupper1-win32.phpt27 /* strings to pass strtoupper() */
/PHP-5.4/sapi/apache2handler/
H A Dconfig.m429 AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs])
/PHP-5.4/ext/standard/tests/array/
H A Darray_diff_assoc_variation2.phpt12 * pass array_diff_assoc arguments which are not arrays in place of $arr2
H A Darray_change_key_case.phpt8 You can pass two constants there, CASE_UPPER and CASE_LOWER(default).
/PHP-5.4/ext/openssl/
H A Dopenssl.c166 ZEND_ARG_INFO(0, pass)
174 ZEND_ARG_INFO(0, pass)
181 ZEND_ARG_INFO(0, pass)
1934 char * pass; in PHP_FUNCTION() local
1980 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
2017 char * pass; in PHP_FUNCTION() local
2023 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zzzs|a", &zcert, &zout, &zpkey, &pass, &pass… in PHP_FUNCTION()
2051 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
2084 char *pass, *zp12; in PHP_FUNCTION() local
2093 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szs", &zp12, &zp12_len, &zout, &pass, &pass_… in PHP_FUNCTION()
[all …]
/PHP-5.4/sapi/apache_hooks/
H A DREADME193 This allows you to make decisions and pass data between your handlers
/PHP-5.4/ext/ftp/
H A Dphp_ftp.c416 char *user, *pass; in PHP_FUNCTION() local
419 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &z_ftp, &user, &user_len, &pass, &pass… in PHP_FUNCTION()
426 if (!ftp_login(ftp, user, pass TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.4/main/
H A Dmain.c2580 char *pass; in php_handle_auth_data() local
2585 pass = strchr(user, ':'); in php_handle_auth_data()
2586 if (pass) { in php_handle_auth_data()
2587 *pass++ = '\0'; in php_handle_auth_data()
2589 SG(request_info).auth_password = estrdup(pass); in php_handle_auth_data()
/PHP-5.4/ext/phar/tests/
H A Dbug65028.phpt125 // "a", // This will make the test pass
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt114 // to avoid trouble with numeric ranges, lets pass the numbers as a string
/PHP-5.4/
H A DREADME.UNIX-BUILD-SYSTEM105 I.e. specify the source-code files as above and also pass the
H A DREADME.namespaces70 It can be used to construct fully-qualified names to pass them as callbacks.
/PHP-5.4/scripts/dev/
H A Dgenerate-phpt.phar1630 // Construct the argument list to pass to the function being tested
1686 // Construct the argument lists to pass to the function being tested
1750 // Construct the argument list to pass to the function being tested
1850 // Construct the argument list to pass to the method being tested
2058 // Construct the argument list to pass to the method being tested
/PHP-5.4/ext/soap/
H A Dphp_http.c1136 if (phpurl->pass) phpurl->pass = estrdup(phpurl->pass); in make_http_soap_request()

Completed in 63 milliseconds

1...<<111213