Home
last modified time | relevance | path

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

1...<<111213

/PHP-5.3/ext/mbstring/tests/
H A Dmb_strpos_variation3.phpt2 Test mb_strpos() function : usage variations - pass different data types as $offset arg
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_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
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
/PHP-5.3/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt48 pass as argument to setlocale() */
H A Dstrtolower-win32.phpt27 /* strings to pass strtolower() */
H A Dstrtoupper1-win32.phpt27 /* strings to pass strtoupper() */
H A Dstrtolower.phpt39 /* strings to pass strtolower() */
H A Dstrtoupper1.phpt39 /* strings to pass strtoupper() */
/PHP-5.3/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.3/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.3/ext/standard/tests/url/
H A Dparse_url_variation_002_64bit.phpt100 ["pass"]=>
/PHP-5.3/ext/dba/
H A DREADME37 can pass arrays of the form array(0=>group,1=>value_name) or
/PHP-5.3/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.3/ext/mysqli/tests/
H A Dmysqli_change_user.phpt81 …if (false !== ($tmp = mysqli_change_user($link, str_repeat('user', 16384), str_repeat('pass', 1638…
/PHP-5.3/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.3/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.3/ext/openssl/
H A Dopenssl.c149 ZEND_ARG_INFO(0, pass)
157 ZEND_ARG_INFO(0, pass)
164 ZEND_ARG_INFO(0, pass)
1856 char * pass; in PHP_FUNCTION() local
1906 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
1943 char * pass; in PHP_FUNCTION() local
1949 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zzzs|a", &zcert, &zout, &zpkey, &pass, &pass… in PHP_FUNCTION()
1977 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
2010 char *pass, *zp12; in PHP_FUNCTION() local
2019 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szs", &zp12, &zp12_len, &zout, &pass, &pass_… in PHP_FUNCTION()
[all …]
/PHP-5.3/main/
H A Dmain.c2394 char *pass; in php_handle_auth_data() local
2399 pass = strchr(user, ':'); in php_handle_auth_data()
2400 if (pass) { in php_handle_auth_data()
2401 *pass++ = '\0'; in php_handle_auth_data()
2403 SG(request_info).auth_password = estrdup(pass); in php_handle_auth_data()

Completed in 53 milliseconds

1...<<111213