our old code base is using something like below:
$x = $this->$getParsing();
$c = preg_replace('|site://([\w\-]+?)/([\w\-]+?)/([\w\-\/\.]+)?|e','$x->getList(\'$1\', \'$2\', \'$3\')',$c);
print_r($c);
our old code base is using something like below:
$x = $this->$getParsing();
$c = preg_replace('|site://([\w\-]+?)/([\w\-]+?)/([\w\-\/\.]+)?|e','$x->getList(\'$1\', \'$2\', \'$3\')',$c);
print_r($c);