Searched refs:pregMatchSafe (Results 1 – 4 of 4) sorted by relevance
37 $this->assertEquals($return, PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));45 $this->assertFalse(PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));
25 … public static function pregMatchSafe($pattern, $subject, $matches = null, $flags = 0, $offset = 0) function in PHPUnit_Util_Regex
37 … $match = PHPUnit_Util_Regex::pregMatchSafe($this->expectedMessageRegExp, $other->getMessage());
42 if (PHPUnit_Util_Regex::pregMatchSafe($filter, '') === false) {