Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/wp-conte.../plugins/smart-sl.../Nextend/Framewor.../Asset/Css/Less
File: LessParser.php
if ($skip === false) $skip = strlen($text) - $count; else $skip -= $count;
[1500] Fix | Delete
break;
[1501] Fix | Delete
case '/*':
[1502] Fix | Delete
if (preg_match('/\/\*.*?\*\//s', $text, $m, 0, $count)) {
[1503] Fix | Delete
$skip = strlen($m[0]);
[1504] Fix | Delete
$newlines = substr_count($m[0], "\n");
[1505] Fix | Delete
}
[1506] Fix | Delete
break;
[1507] Fix | Delete
}
[1508] Fix | Delete
[1509] Fix | Delete
if ($skip == 0) $count += strlen($min[0]);
[1510] Fix | Delete
[1511] Fix | Delete
$out .= substr($text, 0, $count) . str_repeat("\n", $newlines);
[1512] Fix | Delete
$text = substr($text, $count + $skip);
[1513] Fix | Delete
[1514] Fix | Delete
$min = null;
[1515] Fix | Delete
}
[1516] Fix | Delete
[1517] Fix | Delete
return $out . $text;
[1518] Fix | Delete
}
[1519] Fix | Delete
[1520] Fix | Delete
[1521] Fix | Delete
}
[1522] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function