Home
last modified time | relevance | path

Searched refs:passwd (Results 376 – 400 of 405) sorted by relevance

1...<<11121314151617

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_prepare.phpt122 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_query.phpt118 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug42378.phpt155 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_class_mysqli_stmt_interface.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_stmt_execute.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A Dmysqli_fetch_array_oo.phpt17 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt17 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_all_oo.phpt21 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
22 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_pconn_max_links.phpt168 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_bind_result_format.phpt141 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_get_result_types.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_get_client_stats.phpt94 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
95 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
729 $user, $passwd, $db);
937 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.5/ext/standard/
H A Dfilestat.c529 struct passwd pw; in php_get_uid_by_name()
530 struct passwd *retpwptr = NULL; in php_get_uid_by_name()
546 struct passwd *pw = getpwnam(name); in php_get_uid_by_name()
/PHP-5.5/ext/standard/tests/strings/
H A Durl_t.phpt65 'http://user:passwd@www.example.com:8080?bar=1&boom=0',
681 --> http://user:passwd@www.example.com:8080?bar=1&boom=0: array(6) {
691 string(6) "passwd"
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt82 --> http://user:passwd@www.example.com:8080?bar=1&boom=0 : int(8080)
H A Dparse_url_basic_008.phpt82 --> http://user:passwd@www.example.com:8080?bar=1&boom=0 : string(12) "bar=1&boom=0"
H A Dparse_url_basic_009.phpt82 --> http://user:passwd@www.example.com:8080?bar=1&boom=0 : NULL
H A Dparse_url_basic_005.phpt82 --> http://user:passwd@www.example.com:8080?bar=1&boom=0 : string(4) "user"
H A Dparse_url_basic_002.phpt83 --> http://user:passwd@www.example.com:8080?bar=1&boom=0 : string(4) "http"
H A Dparse_url_basic_001.phpt613 --> http://user:passwd@www.example.com:8080?bar=1&boom=0: array(6) {
623 string(6) "passwd"
H A Dparse_url_basic_007.phpt82 --> http://user:passwd@www.example.com:8080?bar=1&boom=0 : NULL
H A Dparse_url_basic_003.phpt82 --> http://user:passwd@www.example.com:8080?bar=1&boom=0 : string(15) "www.example.com"
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c582 static int (*fp_lve_jail)( struct passwd *, char *) = NULL;
746 static int lsapi_jailLVE( LSAPI_Request * pReq, uid_t uid, struct passwd * pw ) in lsapi_jailLVE()
795 struct passwd * pw; in setUID_LVE()
3101 struct passwd * pw; in lsapi_initSuEXEC()
/PHP-5.5/main/
H A Dmain.c1234 struct passwd *pwd; in php_get_current_user()
1236 struct passwd _pw; in php_get_current_user()
1237 struct passwd *retpwptr = NULL; in php_get_current_user()
/PHP-5.5/win32/
H A Dglob.c369 struct passwd *pwd;

Completed in 68 milliseconds

1...<<11121314151617