We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4276db7 commit a03cd3bCopy full SHA for a03cd3b
src/Core/Utils/Regex.php
@@ -6,6 +6,7 @@ final class Regex
6
{
7
8
/**
9
+ * @param 0|256|512|768 $flags
10
* @return mixed
11
*/
12
public static function match(string $subject, string $pattern, int $flags = 0)
0 commit comments