Lines Matching refs:got
17 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[006] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
37 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[008] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
44 printf("[009] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
47 printf("[010] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
55 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
60 printf("[013] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);