Home
last modified time | relevance | path

Searched refs:pass (Results 301 – 325 of 358) sorted by relevance

1...<<1112131415

/PHP-5.5/ext/spl/internal/
H A Dcachingiterator.inc120 * @param params Array of parameters to pass to method
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation3.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $offset arg
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.5/ext/snmp/
H A Dsnmp.c1305 static int netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass TSRMLS_DC) in netsnmp_session_gen_auth_key()
1310 (u_char *) pass, strlen(pass), in netsnmp_session_gen_auth_key()
1312 …ARNING, "Error generating a key for authentication pass phrase '%s': %s", pass, snmp_api_errstring… in netsnmp_session_gen_auth_key()
1321 static int netsnmp_session_gen_sec_key(struct snmp_session *s, char *pass TSRMLS_DC) in netsnmp_session_gen_sec_key()
1327 (u_char *)pass, strlen(pass), in netsnmp_session_gen_sec_key()
1329 …CC, E_WARNING, "Error generating a key for privacy pass phrase '%s': %s", pass, snmp_api_errstring… in netsnmp_session_gen_sec_key()
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strripos_variation3_Bug45923.phpt2 Test mb_strripos() function : usage variations - pass different data types as $offset arg
H A Dmb_substr_count_variation3.phpt2 Test mb_substr_count() function :usage variations - pass different data types as $encoding arg
H A Dmb_stripos_variation4.phpt2 Test mb_stripos() function : usage variations - pass different data types as $encoding arg
H A Dmb_strpos_variation4.phpt2 Test mb_strpos() function : usage variations - pass different data types as $encoding arg
H A Dmb_strrpos_variation4.phpt2 Test mb_strrpos() 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
H A Dmb_strripos_variation4.phpt2 Test mb_strripos() function : usage variations - pass different data types as $encoding arg
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_variation_002_64bit.phpt100 ["pass"]=>
/PHP-5.5/ext/dba/
H A DREADME37 can pass arrays of the form array(0=>group,1=>value_name) or
/PHP-5.5/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.5/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.5/ext/standard/tests/array/
H A Darray_diff_assoc_variation2.phpt12 * pass array_diff_assoc arguments which are not arrays in place of $arr2
/PHP-5.5/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_change_user_old.phpt96 …if (false !== ($tmp = mysqli_change_user($link, str_repeat('user', 16384), str_repeat('pass', 1638…
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt27 /* strings to pass strtolower() */
H A Dstrtoupper1-win32.phpt27 /* strings to pass strtoupper() */
/PHP-5.5/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.5/ext/openssl/
H A Dopenssl.c165 ZEND_ARG_INFO(0, pass)
173 ZEND_ARG_INFO(0, pass)
180 ZEND_ARG_INFO(0, pass)
1949 char * pass; in PHP_FUNCTION() local
1995 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
2032 char * pass; in PHP_FUNCTION() local
2038 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zzzs|a", &zcert, &zout, &zpkey, &pass, &pass… in PHP_FUNCTION()
2066 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
2099 char *pass, *zp12; in PHP_FUNCTION() local
2108 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szs", &zp12, &zp12_len, &zout, &pass, &pass_… in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/hash/
H A Dhash.c617 char *returnval, *algo, *salt, *pass; in PHP_FUNCTION() local
625 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sssl|lb", &algo, &algo_len, &pass, &pass_len… in PHP_FUNCTION()
659 php_hash_hmac_prep_key(K1, ops, context, (unsigned char *) pass, pass_len); in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A DREADME193 This allows you to make decisions and pass data between your handlers

Completed in 57 milliseconds

1...<<1112131415