Home
last modified time | relevance | path

Searched refs:user (Results 201 – 225 of 833) sorted by path

12345678910>>...34

/php-src/ext/ldap/tests/
H A Dldap_search_variation4.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
31 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_search_variation5.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
39 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_search_variation6.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
43 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
110 string(6) "user A"
162 string(6) "user B"
H A Dldap_set_rebind_proc_basic.phpt15 global $user;
22 if (!ldap_bind($a, $user, $passwd)) {
27 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_set_rebind_proc_error.phpt24 global $user;
31 if (!ldap_bind($a, $user, $passwd)) {
H A Dldap_unbind_basic.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_unbind_variation.phpt15 global $user;
22 if (!ldap_bind($a, $user, $passwd)) {
27 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dskipifbindfailure.inc8 if (!@ldap_bind($link, $user, $passwd))
H A Dskipifcontrol.inc6 global $uri, $user, $passwd, $protocol_version, $base;
7 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
/php-src/ext/mbstring/libmbfl/
H A DLICENSE82 does Less to protect the user's freedom than the ordinary General
105 users' freedom, it does ensure that the user of a program that is
283 directing the user to the copy of this License. Also, you must do one
292 user can modify the Library and then relink to produce a modified
294 that the user who changes the contents of definitions files in the
300 copy of the library already present on the user's computer system,
303 the user installs one, as long as the modified version is
307 least three years, to give the same user the materials
315 e) Verify that the user has already received a copy of these
316 materials or that you have already sent this user a copy.
H A DREADME.md26 * Added CP950 with user user defined area based on Big5 (rui).
27 * Added mapping for user defined character area to CP936 (rui).
42 * Fixed encoding conversion of cp5022x for user defined area (rui).
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt57 /* Aside from the characters in that table, we also support a 'user' area,
H A Dcp932_encoding.phpt18 /* Aside from the characters in that table, we also support a 'user' area
H A Dsjis_mobile_encodings.phpt38 /* Aside from the characters in that table, we also support a 'user' area
H A Duuencode_encoding.phpt24 /* mbstring's uuencode requires the user to strip off the terminating "`\nend\n" */
/php-src/ext/mbstring/tests/data/
H A DBIG5.txt40 # the user zone.
H A DMacJapanese-SJIS.txt133 # - A user-defined range using Shift-JIS code points
243 # 1. Mapping the user-defined range
246 # It does not include mappings for the Shift-JIS user-defined range;
/php-src/ext/mysqli/
H A Dmysqli_api.c211 char *user, *password, *dbname; in PHP_FUNCTION() local
215 …ND_NUM_ARGS(), getThis(), "Osss!", &mysql_link, mysqli_link_class_entry, &user, &user_len, &passwo… in PHP_FUNCTION()
220 rc = mysqlnd_change_user_ex(mysql->mysql, user, password, dbname, false, (size_t) password_len); in PHP_FUNCTION()
/php-src/ext/mysqli/tests/
H A D001.phpt19 $link = my_mysqli_connect($host, $user, $passwd, "", $port, $socket);
25 $test.= (my_mysqli_real_connect($link, $host, $user, $passwd, "", $port, $socket) )
31 $test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 $test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
46 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
55 …$test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT_…
H A D036.phpt18 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
49 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D042.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
55 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D043.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
47 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D045.phpt9 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
25 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D046.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
41 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D047.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
52 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))

Completed in 54 milliseconds

12345678910>>...34