Closed joereynolds closed 8 years ago
We don't need $matches = []. Just use $this>matches and pass that to preg_match_all instead.
$matches = []
$this>matches
preg_match_all
We don't need
$matches = []
. Just use$this>matches
and pass that topreg_match_all
instead.