Home
last modified time | relevance | path

Searched refs:pass (Results 51 – 75 of 358) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/odbc/tests/
H A Dbug69354.phpt10 $conn = odbc_connect($dsn, $user, $pass);
38 $conn = odbc_connect($dsn, $user, $pass);
H A Dconfig.inc8 $pass = '';
H A Dbug68087.phpt13 $conn = odbc_connect($dsn, $user, $pass);
52 $conn = odbc_connect($dsn, $user, $pass);
H A Dskipif.inc7 $conn = @odbc_connect($dsn, $user, $pass);
/PHP-5.5/tests/classes/
H A Dabstract_static.phpt11 class pass implements showable
18 pass::show();
/PHP-5.5/ext/spl/examples/
H A Dcallbackfilteriterator.inc23 const USE_VALUE = 2; /**< mode: pass value to callback */
24 const USE_KEY = 3; /**< mode: pass key to callback */
25 const USE_BOTH = 4; /**< mode: pass value and key to callback */
27 const REPLACE = 0x00000001; /**< flag: pass key/value by reference */
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69362.phpt18 $pass = 'testpass';
23 $db->exec("CREATE USER $user WITH PASSWORD '$pass'");
30 $testConn = new PDO($dsn, $user, $pass);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_http_input.phpt32 // Must be pass
33 if ($enc === 'pass') {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_multi_statements.phpt18 $pass = PDO_MYSQL_TEST_PASS;
21 $db = new PDO($dsn, $user, $pass);
37 $db = new PDO($dsn, $user, $pass, array(PDO::MYSQL_ATTR_MULTI_STATEMENTS => false));
H A Dpdo_mysql___construct_uri.phpt20 $pass = PDO_MYSQL_TEST_PASS;
30 $db = new PDO($uri, $user, $pass);
47 $db = new PDO($uri, $user, $pass);
H A Dbug_50323.phpt46 $pass = getenv('PDOTEST_PASS');
48 new PDO($dsn, $user, $pass);
H A Dpdo_mysql___construct_ini.phpt40 $pass = PDO_MYSQL_TEST_PASS;
41 $db = new PDO('mysql', $user, $pass);
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja337 standard: pass
355 pass: no conversion
417 i18n.http_input = pass|auto
419 pass: no conversion
431 pass: no conversion
437 The default is pass.
457 i18n.http_input = pass
482 pass: no conversion
506 pass: no conversion (only if i18n.http_input is set to pass)
521 pass: no conversion
[all …]
/PHP-5.5/ext/standard/
H A Durl.c48 if (theurl->pass) in php_url_free()
49 efree(theurl->pass); in php_url_free()
250 ret->pass = estrndup(pp, (p-pp)); in php_url_parse_ex()
251 php_replace_controlchars_ex(ret->pass, (p-pp)); in php_url_parse_ex()
278 STR_FREE(ret->pass); in php_url_parse_ex()
291 STR_FREE(ret->pass); in php_url_parse_ex()
306 STR_FREE(ret->pass); in php_url_parse_ex()
406 if (resource->pass != NULL) RETVAL_STRING(resource->pass, 1); in PHP_FUNCTION()
436 if (resource->pass != NULL) in PHP_FUNCTION()
437 add_assoc_string(return_value, "pass", resource->pass, 1); in PHP_FUNCTION()
/PHP-5.5/ext/snmp/tests/
H A Dsnmp3-error.phpt51 Warning: snmp3_get(): Error generating a key for authentication pass phrase '': Generic error (The …
54 Warning: snmp3_get(): Error generating a key for authentication pass phrase 'te': Generic error (Th…
60 Warning: snmp3_get(): Error generating a key for privacy pass phrase '': Generic error (The supplie…
63 Warning: snmp3_get(): Error generating a key for privacy pass phrase 'ty': Generic error (The suppl…
/PHP-5.5/sapi/aolserver/
H A DREADME29 AOLserver source code and pass another option to PHP:
41 Add a new section to pass options to PHP (required):
47 The 'map' command will cause AOLserver to pass all requests to *.php to
/PHP-5.5/ext/opcache/tests/
H A Dphp_cli_server.inc43 // does not work. this is why tests sometimes pass and sometimes fail. to get a reliable pass
/PHP-5.5/ext/hash/
H A Dhash_tiger.c54 #define pass(a,b,c,mul) \ macro
89 pass(a,b,c,5) \
91 pass(c,a,b,7) \
93 pass(b,c,a,9) \
96 pass(a,b,c,9) \
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities11.phpt5 mbstring.internal_encoding=pass
H A Dhtmlentities12.phpt5 mbstring.internal_encoding=pass
/PHP-5.5/tests/lang/
H A DpassByReference_002.phpt2 Attempt to pass a constant by reference
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_fromArray_invalid_parameter_001.phpt2 pass an integer into fromArray()
H A DSplFixedArray_fromArray_invalid_parameter_002.phpt2 pass a string into fromArray()
/PHP-5.5/ext/standard/tests/array/
H A Darray_next_error2.phpt2 next - ensure we cannot pass a temporary
/PHP-5.5/ext/curl/tests/
H A Dserver.inc53 // does not work. this is why tests sometimes pass and sometimes fail. to get a reliable pass

Completed in 94 milliseconds

12345678910>>...15