e107_plugins/import/providers/html_import_class.php
Variable $filename
is undeclared Open
Open
if(file_exists($relPath."/".$filename))
- Exclude checks
Variable $array
is undeclared Open
Open
foreach($array['channel']['item'] as $val)
- Exclude checks
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
<td>".$tp->text_truncate($data['body'],150)."</td>\n
- Exclude checks
Saw possibly unextractable annotation for a fragment of comment '* @param returns text-body with remote links replaced with local ones for the images downloaded.':
after returns,
did not see an element name (will guess based on comment order) Open
Open
* @param returns text-body with remote links replaced with local ones for the images downloaded.
- Exclude checks
Argument 2 (mode)
is '0755'
but \mkdir()
takes int
Open
Open
mkdir(e_MEDIA.$relPath,'0755');
- Exclude checks
Variable $array
is undeclared Open
Open
if ($array === FALSE || $file === FALSE) return FALSE;
- Exclude checks
Argument 3 (subject)
is \Returns
but \str_replace()
takes array|string
Open
Open
return str_replace($search,$replace,$body);
- Exclude checks
Reference to undeclared property \tidy->value
Open
Open
return $parsed->value;
- Exclude checks
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var[0]['caption'] = "Website Home-page URL";
- Exclude checks
Argument 2 (subject)
is \Returns
but \preg_match_all()
takes string
Open
Open
preg_match_all("/(((http:\/\/www)|(http:\/\/)|(www))[-a-zA-Z0-9@:%_\+.~#?&\/\/=]+)\.(jpg|jpeg|gif|png|svg)/im",$body,$matches);
- Exclude checks
Argument 1 (str)
is string[]
but \trim()
takes string
Open
Open
$html = trim($html,"\n");
- Exclude checks
Parameter $body
has undeclared type \Returns
Open
Open
function saveImages($body,$cat='news')
- Exclude checks