Home
last modified time | relevance | path

Searched refs:pregMatchSafe (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DRegexTest.php37 $this->assertEquals($return, PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));
45 $this->assertFalse(PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DRegex.php25 … public static function pregMatchSafe($pattern, $subject, $matches = null, $flags = 0, $offset = 0) function in PHPUnit_Util_Regex
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionMessageRegExp.php37 … $match = PHPUnit_Util_Regex::pregMatchSafe($this->expectedMessageRegExp, $other->getMessage());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DTest.php42 if (PHPUnit_Util_Regex::pregMatchSafe($filter, '') === false) {