I have the following line in a php file
if(preg_match("!\oa!", $id)){
Until about 2 months ago this worked normally but started to give this error
Warning: preg_match () [function.preg-match]: Compilation failed: missing opening brace after \ o at offset
Can anyone tell me what's going on? I used some regular expression validators online and did not return any errors.