e107_plugins/tinymce4/plugins/e107/dialog.php
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</div>";
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</table>
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "\n";
- Exclude checks
Variable $text
is undeclared Open
Open
return $text;
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= '<span class="badge'.$classBadge.'">'.$type.'</span>';
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<div class='area'>";
- Exclude checks
Variable $text
is undeclared Open
Open
return $text;
- Exclude checks
Argument 4 (options)
is array{label:string}
but \e_form::radio()
takes null
defined at /code/e107_handlers/form_handler.php:2942
Open
Open
$butSelect .= $frm->radio('buttonType', $type, false, array('label'=>$label));
- Exclude checks
Variable $text
is undeclared Open
Open
return $text;
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<a href='#' class='bbcodeSelect' style='cursor:pointer'>[".$bb."][/".$bb."]</a>";
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<ul class='glyphicons well clearfix'>";
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<tr><td>".$plugin."</td>
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</ul>";
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= $frm->button('bbcodeInsert','go','other','Insert');
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= '<div class="area"><span class="label'.$classLabel.'">'.$type.'</span> ';
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</div>";
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= '<li><i class="'.$ic.'"></i> '.$ic.'</li>';
- Exclude checks
Variable $value
is undeclared Open
Open
<td><p>".$frm->text('buttonText',$value,50)."</p></td>
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</td>
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<div class='inline-form'>Color: ".$frm->select('glyph-color',$sel)." Custom: ".$frm->text('glyph-custom','').$frm->button('glyph-save','Go')."</div>";
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= $frm->text('bbcodeValue','',false,'size=xlarge');
- Exclude checks
Argument 4 (options)
is array{label:'Default'|'Large'|'Mini'|'Small'}
but \e_form::radio()
takes null
defined at /code/e107_handlers/form_handler.php:2942
Open
Open
$butSize .= $frm->radio('buttonSize', $size, $selected, array('label'=>$label));
- Exclude checks