Lines Matching refs:info
44 $info = $db->errorInfo();
48 if ($code !== $info[0])
49 … printf("[006] Code and info should be identical, got errorCode() = %s, errorInfo()[0] = %s\n",
50 $code, $info[0]);
51 if ('' == $info[1])
53 if ('' == $info[2])
60 $info = $db->errorInfo();
64 if ($code !== $info[0])
65 … printf("[010] Code and info should be identical, got errorCode() = %s, errorInfo()[0] = %s\n",
66 $code, $info[0]);
67 if ('' == $info[1])
69 if ('' == $info[2])
79 $info = $db->errorInfo();
83 if ($code !== $info[0])
84 … printf("[014] Code and info should be identical, got errorCode() = %s, errorInfo()[0] = %s\n",
85 $code, $info[0]);
86 if ('' == $info[1])
88 if ('' == $info[2])
96 foreach ($info as $k => $v) {
98 … printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
117 $info = $db->errorInfo();
121 if ($code !== $info[0])
122 … printf("[022] Code and info should be identical, got errorCode() = %s, errorInfo()[0] = %s\n",
123 $code, $info[0]);
124 if ('' == $info[1])
126 if ('' == $info[2])
134 foreach ($info as $k => $v) {
136 … printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",