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
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
sitepres...
/
classes
/
utilitie...
•
File:
class-wpml-encoding-validation.php
<?php
[
0
]
Fix
|
Delete
[
1
]
Fix
|
Delete
class WPML_Encoding_Validation {
[
2
]
Fix
|
Delete
[
3
]
Fix
|
Delete
const MIN_CHAR_SIZE = 20;
[
4
]
Fix
|
Delete
[
5
]
Fix
|
Delete
/**
[
6
]
Fix
|
Delete
* @param $string
[
7
]
Fix
|
Delete
*
[
8
]
Fix
|
Delete
* @return int
[
9
]
Fix
|
Delete
*/
[
10
]
Fix
|
Delete
public function is_base64( $string ) {
[
11
]
Fix
|
Delete
return self::MIN_CHAR_SIZE < strlen( $string ) && preg_match_all( '#^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{4}|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)$#', $string, $matches );
[
12
]
Fix
|
Delete
}
[
13
]
Fix
|
Delete
}
[
14
]
Fix
|
Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function
Edit text
Download
Information
Rename
Copy
Move
Delete
Chmod
List