--TEST-- MongoDB\BSON\Regex argument count errors --SKIPIF-- =', '7.99'); ?> --FILE-- getPattern(true); }, MongoDB\Driver\Exception\InvalidArgumentException::class), "\n"; echo throws(function() use ($regex) { $regex->getFlags(true); }, MongoDB\Driver\Exception\InvalidArgumentException::class), "\n"; echo throws(function() { new MongoDB\BSON\Regex; }, MongoDB\Driver\Exception\InvalidArgumentException::class), "\n"; ?> ===DONE=== --EXPECTF-- OK: Got MongoDB\Driver\Exception\InvalidArgumentException MongoDB\BSON\Regex::getPattern() expects exactly 0 %r(argument|parameter)%rs, 1 given OK: Got MongoDB\Driver\Exception\InvalidArgumentException MongoDB\BSON\Regex::getFlags() expects exactly 0 %r(argument|parameter)%rs, 1 given OK: Got MongoDB\Driver\Exception\InvalidArgumentException MongoDB\BSON\Regex::__construct() expects at least 1 %r(argument|parameter)%r, 0 given ===DONE===