32 if (isset($args[0]) && !empty($args[0])) {
46 $caption .=
' (' . $args[0] .
')';
49 $debugOutput =
$bearsamppBins->getMariadb()->getCmdLineOutput($args[0]);
53 $msgBoxError = !$debugOutput[
'syntaxOk'];
54 $debugOutput[
'content'] = $debugOutput[
'syntaxOk'] ?
'Syntax OK !' : $debugOutput[
'content'];
62 $bearsamppWinbinder->messageBoxError(
63 $debugOutput[
'content'],
67 $bearsamppWinbinder->messageBoxInfo(
68 $debugOutput[
'content'],