Lines Matching refs:got

19         printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 …printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
45 …printf("[008] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
56 …printf("[011] Expecting string/not empty, got %s/%s\n", gettype($warning->message), $warning->mess…
59 …printf("[012] Expecting string/not empty, got %s/%s\n", gettype($warning->sqlstate), $warning->sql…
62 printf("[013] Expecting int/not 0, got %s/%s\n", gettype($warning->errno), $warning->errno);
65 printf("[014] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
71 printf("[016] Expecting 2 warnings, got %d warnings", $tmp);
74 …printf("[017] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
78 printf("[018] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
81 printf("[020] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
98 printf("[025] Expecting string, got %s/%s", gettype($warning->message), $warning->message);
109 printf("[028] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
112 printf("[029] Expecting string/empty, got %s/%s\n", gettype($tmp), $tmp);
133 printf("[034] Expecting three warnings, got %d warnings\n", $i);
138 printf("[035] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);