e107inc/e107

View on GitHub
e107_core/bbcodes/bb_youtube.php

Summary

Maintainability
A
0 mins
Test Coverage
F
30%

Variable $matches is undeclared
Open

                return '[sanitised]'.$ok.'B'.htmlspecialchars($matches[0]).'B[/sanitised]';
Severity: Minor
Found in e107_core/bbcodes/bb_youtube.php by phan

Variable $bb_params was undeclared, but array fields are being added to it.
Open

                $bb_params[] = 'privacy';
Severity: Info
Found in e107_core/bbcodes/bb_youtube.php by phan

Variable $matches is undeclared
Open

            if (($ws == 0) || ($hs == 0) || !isset($target['src'])) return  '[sanitised]A'.htmlspecialchars($matches[0]).'A[/sanitised]';
Severity: Minor
Found in e107_core/bbcodes/bb_youtube.php by phan

There are no issues that match your filters.

Category
Status