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 48f7d5e commit 8600b89Copy full SHA for 8600b89
stubs/ext/pcre/preg_match_all.php
@@ -1,6 +1,6 @@
1
<?php
2
3
/** @param array $matches */
4
-function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset = 0) : int|false|null
+function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset = 0) : int|false
5
{
6
}
0 commit comments