Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.0/tests/classes/
H A Dabstract_redeclare.phpt8 class pass {
14 class fail extends pass {
H A Dabstract_static.phpt11 class pass implements showable
18 pass::show();
H A Dabstract_class.phpt12 class pass extends fail {
18 $t2 = new pass();
/PHP-7.0/ext/odbc/tests/
H A Dbug69975.phpt9 $conn = odbc_connect($dsn, $user, $pass);
29 $conn = odbc_connect($dsn, $user, $pass);
H A Dbug71171.phpt10 $conn = odbc_connect($dsn, $user, $pass);
36 $conn = odbc_connect($dsn, $user, $pass);
H A Dbug69354.phpt10 $conn = odbc_connect($dsn, $user, $pass);
38 $conn = odbc_connect($dsn, $user, $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-7.0/ext/standard/
H A Durl.c48 if (theurl->pass) in php_url_free()
49 efree(theurl->pass); in php_url_free()
235 ret->pass = estrndup(pp, (p-pp)); in php_url_parse_ex()
236 php_replace_controlchars_ex(ret->pass, (p-pp)); in php_url_parse_ex()
261 if (ret->pass) efree(ret->pass); in php_url_parse_ex()
274 if (ret->pass) efree(ret->pass); in php_url_parse_ex()
289 if (ret->pass) efree(ret->pass); in php_url_parse_ex()
369 if (resource->pass != NULL) RETVAL_STRING(resource->pass); in PHP_FUNCTION()
399 if (resource->pass != NULL) in PHP_FUNCTION()
400 add_assoc_string(return_value, "pass", resource->pass); in PHP_FUNCTION()
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt19 $pass = PDO_MYSQL_TEST_PASS;
22 $db = new PDO($dsn, $user, $pass, array($option => $value));
39 $pass = PDO_MYSQL_TEST_PASS;
53 $db = new PDO($dsn, $user, $pass);
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-win32.phpt23 $pass = PDO_MYSQL_TEST_PASS;
33 $db = new PDO($uri, $user, $pass);
50 $db = new PDO($uri, $user, $pass);
H A Dpdo_mysql___construct_uri.phpt23 $pass = PDO_MYSQL_TEST_PASS;
33 $db = new PDO($uri, $user, $pass);
50 $db = new PDO($uri, $user, $pass);
/PHP-7.0/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt49 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase '': Generic err…
52 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase 'te': Generic e…
58 Warning: SNMP::setSecurity(): Error generating a key for privacy pass phrase '': Generic error (The…
61 Warning: SNMP::setSecurity(): Error generating a key for privacy pass phrase 'ty': Generic error (T…
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-7.0/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-7.0/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-7.0/ext/mbstring/tests/
H A Dmb_http_input.phpt32 // Must be pass
33 if ($enc === 'pass') {
/PHP-7.0/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-7.0/Zend/tests/assert/
H A Dexpect_006.phpt2 test looping assert (pass)
/PHP-7.0/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-7.0/tests/lang/
H A DpassByReference_002.phpt2 Attempt to pass a constant by reference
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlentities11.phpt5 mbstring.internal_encoding=pass
H A Dhtmlentities12.phpt5 mbstring.internal_encoding=pass
/PHP-7.0/ext/standard/tests/array/
H A Darray_next_error2.phpt2 next - ensure we cannot pass a temporary

Completed in 44 milliseconds

12345678910>>...15