Lines Matching refs:n

17 		printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
20 printf("[002] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
23 printf("[003] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
26 printf("[004] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
31 printf("[005] Expecting 3 rows, got %s/%s rows\n", gettype($res->num_rows), $res->num_rows);
34 …printf("[006] Expecting 2 fields, got %s/%s rows\n", gettype($res->field_count), $res->field_count…
37 …printf("[006] Expecting offset 0, got %s/%s rows\n", gettype($res->current_field), $res->current_f…
41 printf("[007] Cannot seek to position %d, [%d] %s\n",
45 printf("[008] Record looks wrong, dumping data\n");
52 printf("[009] Record looks wrong, dumping data\n");
59 printf("[010] Not empty, dumping unexpected data\n");
65 printf("[011] Expecting boolean/false got %s/%s\n", gettype($tmp), $tmp);
68 printf("[012] Expecting boolean/false got %s/%s\n", gettype($tmp), $tmp);
71 printf("[013] Expecting boolean/false got %s/%s\n", gettype($tmp), $tmp);
79 printf("[015] Expecting boolan/true got %s/%s\n", gettype($tmp), $tmp);
82 printf("[016] Expecting id = %d for pos %d got %s/%s\n",
86 printf("[014] Expecting boolan/false got %s/%s\n", gettype($tmp), $tmp);
93 printf("[015] Expecting boolan/true got %s/%s\n", gettype($tmp), $tmp);
96 printf("[016] Expecting array got %s/%s\n", gettype($tmp), $tmp);
101 printf("[017] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
104 printf("[018] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
109 printf("[019] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
112 printf("[020] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);