Home
last modified time | relevance | path

Searched refs:pass (Results 51 – 75 of 331) sorted by last modified time

12345678910>>...14

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h87 #define mysqlnd_connect(conn, host, user, pass, pass_len, db, db_len, port, socket, mysql_flags, cl… argument
88 …mysqlnd_connection_connect((conn), (host), (user), (pass), (pass_len), (db), (db_len), (port), (so…
H A Dmysqlnd_auth.h101 …const buffer, const zend_uchar * const scramble, const zend_uchar * const pass, const size_t pass_…
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt77 * If we call phpdbg_get_executable() and pass no options, the realpath of the
/PHP-7.4/ext/mbstring/tests/
H A Dmb_chr.phpt17 mb_chr(0xd800, "pass"),
31 Warning: mb_chr(): Unsupported encoding "pass" in %s on line %d
H A Dmb_ord.phpt16 mb_ord("\u{d800}", "pass"),
33 Warning: mb_ord(): Unsupported encoding "pass" %s 11
/PHP-7.4/ext/sodium/tests/
H A Dbug78516.phpt10 $pass = password_hash('secret', PASSWORD_ARGON2ID, ['memory_cost' => 8191]);
11 password_needs_rehash($pass, PASSWORD_ARGON2ID, ['memory_cost' => 8191]);
12 var_dump(password_get_info($pass)['options']['memory_cost']);
13 $pass = password_hash('secret', PASSWORD_ARGON2I, ['memory_cost' => 8191]);
14 password_needs_rehash($pass, PASSWORD_ARGON2I, ['memory_cost' => 8191]);
15 var_dump(password_get_info($pass)['options']['memory_cost']);
/PHP-7.4/ext/zip/examples/
H A Dencryption.php8 $pass = 'secret'; variable
16 $zip->setEncryptionName($file, ZipArchive::EM_AES_256, $pass);
23 $zip->setPassword($pass);
35 $zip->setPassword($pass);
44 'password' => $pass
/PHP-7.4/
H A DUPGRADING.INTERNALS154 been changed from char to int. This allows to pass the new constant macro
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt17 $pass = PDO_MYSQL_TEST_PASS;
20 $db = new PDO($dsn, $user, $pass, array($option => $value));
37 $pass = PDO_MYSQL_TEST_PASS;
71 if (NULL !== ($db = @new PDO($dsn, $user, $pass, 'wrong type')))
76 if (!is_object($db = new PDO($dsn, $user, $pass, array())))
80 if (is_object($db = new PDO($dsn, $user, $pass, array($invalid => true))))
83 $db = new PDO($dsn, $user, $pass);
93 $db = new PDO($dsn, $user, $pass, array(PDO::ATTR_AUTOCOMMIT => true));
97 $db = new PDO($dsn, $user, $pass, array(PDO::ATTR_AUTOCOMMIT => false));
112 $db = new PDO($dsn, $user, $pass, array(PDO::ATTR_EMULATE_PREPARES => true));
[all …]
/PHP-7.4/tests/lang/
H A DpassByReference_005.phpt73 echo "\n ---- Pass by ref / pass by val: functions ----\n";
96 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
118 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
146 ---- Pass by ref / pass by val: functions ----
179 ---- Pass by ref / pass by val: static method calls ----
224 ---- Pass by ref / pass by val: instance method calls ----
H A DpassByReference_012.phpt2 Test pass by reference semantics
/PHP-7.4/sapi/apache2handler/
H A Dconfig.m428 AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs])
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re248 if (url_parts->pass) {
249 smart_str_appends(dest, ZSTR_VAL(url_parts->pass));
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt27 /* strings to pass strtoupper() */
H A Dstrtoupper1.phpt39 /* strings to pass strtoupper() */
H A Dstrtolower-win32.phpt27 /* strings to pass strtolower() */
H A Dstrtolower.phpt39 /* strings to pass strtolower() */
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt15 The smaller the pipe buffer is, the longer it will take. It might even pass at the end,
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt24 // Should pass
/PHP-7.4/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt2 Test php_uname() function - error conditions - pass function incorrect arguments
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation9-win32-mb.phpt31 // different ints to pass as $sorting_order argument
H A Dscandir_variation9.phpt25 // different ints to pass as $sorting_order argument
H A Dreaddir_variation6-win32-mb.phpt17 * Open two directory handles on the same directory and pass both
H A Dreaddir_variation6.phpt11 * Open two directory handles on the same directory and pass both
H A Dreaddir_variation7.phpt11 * Open a file pointer using fopen and pass to readdir() to test behaviour

Completed in 68 milliseconds

12345678910>>...14