Lines Matching refs:tmp

17     if (0 !== ($tmp = mysqli_affected_rows($link)))
19 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
30 if (1 !== ($tmp = mysqli_affected_rows($link)))
31 printf("[010] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
35 if (-1 !== ($tmp = mysqli_affected_rows($link)))
36 printf("[011] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
41 if (2 !== ($tmp = mysqli_affected_rows($link)))
42 printf("[013] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
47 if (2 !== ($tmp = mysqli_affected_rows($link)))
48 printf("[015] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
54 if (1 !== ($tmp = mysqli_affected_rows($link)))
55 printf("[017] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
60 if (4 !== ($tmp = mysqli_affected_rows($link)))
61 printf("[019] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp);
66 if (2 !== ($tmp = mysqli_affected_rows($link)))
67 printf("[021] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
72 if (1 !== ($tmp = mysqli_affected_rows($link)))
73 printf("[023] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
78 if (1 !== ($tmp = mysqli_affected_rows($link)))
79 printf("[025] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
86 if (true !== ($tmp = mysqli_set_charset($link, $charset)))
88 gettype($tmp), $tmp);
89 if (0 !== ($tmp = mysqli_affected_rows($link)))
90 printf("[027] Expecting int/0 got %s/%s\n", gettype($tmp), $tmp);
97 if (0 !== ($tmp = mysqli_affected_rows($link)))
98 printf("[029] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
104 if (0 !== ($tmp = mysqli_affected_rows($link)))
105 printf("[031] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);