Lines Matching refs:got

20 		printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
33 …printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($t…
46 …printf("[008] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
57 …printf("[011] Expecting string/not empty, got %s/%s\n", gettype($warning->message), $warning->mess…
60 …printf("[012] Expecting string/not empty, got %s/%s\n", gettype($warning->sqlstate), $warning->sql…
63 printf("[013] Expecting int/not 0, got %s/%s\n", gettype($warning->errno), $warning->errno);
66 printf("[014] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
72 printf("[016] Expecting 2 warnings, got %d warnings", $tmp);
75 …printf("[017] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
79 printf("[018] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
82 printf("[020] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
97 printf("[024] Expecting object/mysqli_warning, got %s/%s", gettype($warning), $warning);
100 printf("[025] Expecting string, got %s/%s", gettype($warning->message), $warning->message);
111 printf("[028] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
114 printf("[029] Expecting string/empty, got %s/%s\n", gettype($tmp), $tmp);
133 printf("[033a] Warning should have been a unicode string, got %s/%s", gettype($tmp), $tmp);
137 printf("[034] Expecting three warnings, got %d warnings\n", $i);
142 printf("[035] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);