Lines Matching refs:tmp
18 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
19 printf("[004] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
24 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
25 printf("[006] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
30 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
31 printf("[008] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
36 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
37 printf("[010] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
42 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
43 printf("[012] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
48 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
49 printf("[014] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
77 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
78 printf("[016] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);