Lines Matching refs:tmp

64 	if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id, $label)))
65 printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
75 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id, $label_ref)))
76 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
86 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id, $label_ref_ref)))
87 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
97 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id, $label_num)))
98 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
105 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id, $label_num)))
106 printf("[013] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
115 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id, $label)))
116 printf("[015] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
126 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id, $label)))
127 printf("[018] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
136 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id_ref, $label_ref)))
137 printf("[021] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
146 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id_ref_ref, $label_ref_ref)))
147 printf("[024] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
160 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id_ref, $label_ref)))
161 printf("[027] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
171 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id, $label_b)))
172 printf("[030] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
191 if (true !== ($tmp = mysqli_stmt_bind_param($stmt, "is", $id, $label)))
192 printf("[033] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);