Warning: preg_match() [function.preg-match] - HELP

Hi



These are the lines of code getting errors when goinf to checkout page if custom shipping is used



Code

if ($partial == true) {

$__tmp = str_replace(array('', '?', '/'), array('.', '.', '/'), $v);

if (preg_match(“/^$__tmp$/iu”, $elm)) {

$suitable = true;

break;



Error

“Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 16 in core/fn.locations.php on line 156”



Line 156 is if (preg_match(“/^$__tmp$/iu”, $elm)) {



Please help stuck here