Lines Matching refs:s

18 		printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 …f("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
28 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[005] Cannot select DB %s, [%d] %s\n", $db, mysqli_errno($link), mysqli_error($link));
35 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
38 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 printf("[008] Expecting database '%s', found '%s'\n", $db, $row['dbname']);
45 // Yippie, a second database to play with - that's great because mysqli_select_db
49 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
55 printf("[011] Expecting database 'mysql', found '%s'\n", $row['dbname']);
60 printf("[012] Failed to set '%s' as current DB; [%d] %s\n", $link->errno, $link->error);
63 printf("[013] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
66 printf("[014] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
79 /* Error: 1049 SQLSTATE: 42000 (ER_BAD_DB_ERROR) Message: Unknown database '%s' */
80 …ATE: 42000 (ER_DBACCESS_DENIED_ERROR) Message: Access denied for user '%s'@'%s' to database '%s' */
81 …E: 28000 (ER_ACCESS_DENIED_ERROR) Message: Access denied for user '%s'@'%s' (using password: %s) */
86 printf("[015] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
89 printf("[016] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
96 printf("[018] [%d] %s\n");
104 printf("[017] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
111 Warning: mysqli_select_db(): Couldn't fetch mysqli in %s on line %d