davideme / libphonenumber-for-PHP

PHP version of Google's phone number handling library
125 stars 71 forks source link

preg_match(): Compilation failed: missing ) at offset 22 #24

Open ihtisham20 opened 11 years ago

ihtisham20 commented 11 years ago
$final_pattern = '/' . $final_pattern .'/x';
    return preg_match($final_pattern, $this->subject, $this->groups, PREG_OFFSET_CAPTURE);

PHP Warning: preg_match(): Compilation failed: missing ) at offset 22 in

This happens always on PHP 5.3 on Windows