Good all the time of day.
There is an algorithm that inclines the name. The algorithm does not give errors on the hosting, but gives errors on the local machine, even with the new version of the server. Hunting part of the code to rewrite, for this and appeal.
function rule ($rule) { preg_match("/^\s*([fm]?)\s*(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s*$/", $rule, $m); if ( $m ) return array ( "sex" => $m[1], "test" => split(',', $m[2]), "mods" => array ($m[3], $m[4], $m[5], $m[6], $m[7]) ); return false; }
Mistake:
Deprecated: Function split() is deprecated in ...\skl.php on line 172
This line appears 40 times like this. I can show all the code, but I would like to rewrite this piece, an error on the line
"test" => split(',', $m[2]),