<?php

$id = "\oa";

if(preg_match("!\\\oa!", $id)) {
	echo "Match!";
} else {
	echo "No match.";
}