Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

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

Open
ihtisham20 opened this issue Jul 18, 2013 · 0 comments
Open

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

ihtisham20 opened this issue Jul 18, 2013 · 0 comments

Comments

@ihtisham20
Copy link

$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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant