Lines Matching refs:tmp
20 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
21 printf("[004] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
26 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
27 printf("[006] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
32 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
33 printf("[008] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
38 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
39 printf("[010] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
44 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
45 printf("[012] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
50 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp))
51 printf("[014] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
80 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
81 printf("[016] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);