: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\Framework\Misc\StringPhp;
interface StringInterface {
public function strpos($haystack, $needle, $offset = 0);
public function substr($string, $start, $length = null);
public function strlen($string);