Lines Matching refs:s

17 		printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 …f("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
36 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
42 printf("[009] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
46 …f("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
50 printf("[010] Failed to set test variable: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
53 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
60 printf("[013] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[014] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
68 printf("[015] Expecting user %s, got user() %s\n", $user, $tmp['user']);
70 printf("[016] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
73 printf("[017] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
82 …f("[020] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
87 printf("[021] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
92 …f("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
99 printf("[023] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
102 printf("[024] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
107 printf("[025] Expecting database '', got database() '%s'\n", $tmp['dbname']);
112 printf("[026] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);