Lines Matching refs:details
153 !($details = mysqli_fetch_assoc($res))) {
160 'charset' => $details['Charset'],
161 'desc' => $details['Description'],
162 'collation' => $details['Default collation'],
163 'maxlen' => $details['Maxlen'],
167 …if (!($res = mysqli_query($link, sprintf("SHOW COLLATION LIKE '%s'", $details['Default collation']…
176 !($details = mysqli_fetch_assoc($res))) {
183 'charset' => $details['Charset'],
184 'desc' => $details['Description'],
185 'collation' => $details['Default collation'],
186 'maxlen' => $details['Maxlen'],
190 …if (!($res = mysqli_query($link, sprintf("SHOW COLLATION LIKE '%s'", $details['Default collation']…
200 !($details = mysqli_fetch_assoc($res))) {
207 'charset' => $details['Charset'],
208 'desc' => $details['Description'],
209 'collation' => $details['Default collation'],
210 'maxlen' => $details['Maxlen'],
214 …if (!($res = mysqli_query($link, sprintf("SHOW COLLATION LIKE '%s'", $details['Default collation']…