Home
last modified time | relevance | path

Searched refs:pass (Results 176 – 200 of 322) sorted by relevance

12345678910>>...13

/PHP-5.4/ext/zlib/tests/
H A Dbug60761.phpt37 // pass == only ONE length for all iterations
/PHP-5.4/ext/standard/tests/array/
H A Deach_error.phpt2 Test each() function : error conditions - pass incorrect number of args
H A Darray_diff_assoc_error.phpt2 Test array_diff_assoc() function : error conditions - pass array_diff_assoc() too few/zero arguments
/PHP-5.4/ext/odbc/tests/
H A Dodbc_free_result_001.phpt10 $conn = odbc_connect($dsn, $user, $pass);
/PHP-5.4/sapi/cli/tests/
H A Dbug61546.phpt12 // pass even if that integer is 0. on Windows, the getmyinode() call in statpage.phpt returns 0 and
/PHP-5.4/ext/iconv/tests/
H A Diconv_strlen_error1.phpt2 Test iconv_strlen() function : error conditions - pass incorrect number of args
H A Diconv_strrpos_error1.phpt2 Test iconv_strrpos() function : error conditions - pass incorrect number of args
/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt48 pass as argument to setlocale(), pass 2 invalid arguments along with two valid arguments*/
/PHP-5.4/ext/mbstring/tests/
H A Dmb_strrpos_variation5.phpt2 Test mb_strrpos() function : usage variations - pass encoding as third argument (deprecated behavio…
H A Dmb_strtoupper_error1.phpt2 Test mb_strtoupper() function : error conditions - pass incorrect number of args
H A Dmb_strtolower_error1.phpt2 Test mb_strtolower() function : error conditions - pass incorrect number of arguments
H A Dmb_ereg_error.phpt2 Test mb_ereg() function : error conditions - pass incorrect number of arguments
H A Dmb_strrpos_error1.phpt2 Test mb_strrpos() function : error conditions - pass incorrect number of args
H A Dmb_strtolower_variation3.phpt2 Test mb_strtolower() function : usage variations - pass mixed ASCII and non-ASCII strings
H A Dmb_strtoupper_variation3.phpt2 Test mb_strtoupper() function : usage varitations - pass mixed ASCII and non-ASCII strings
H A Dmb_substr_count_error1.phpt2 Test mb_substr_count() function : error conditions - pass incorrect number of arguments
/PHP-5.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt18 // the message this test prints at the very end (expected output for pass).
/PHP-5.4/tests/classes/
H A Dclass_example.phpt32 { /* one can pass classes as arguments */
/PHP-5.4/tests/lang/
H A DforeachLoop.010.phpt3 It will pass only if the 'contentious code' in PHPValue.decReferences() is enabled.
/PHP-5.4/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.4/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.4/ext/mysqli/tests/
H A Dmysqli_poll.phpt104 // Difference: pass $links twice
112 // Difference: pass two connections
/PHP-5.4/ext/oci8/tests/
H A Dbug38173.phpt51 // dies on oci_free_statement on 2nd pass through loop
/PHP-5.4/
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 …]

Completed in 47 milliseconds

12345678910>>...13