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 4720640 commit a60288aCopy full SHA for a60288a
stubs/ext/standard/get_headers.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-/** @param resource $context */
+/** @param resource|null $context */
4
function get_headers(string $url, bool $associative = false, $context = null) : array|false
5
{
6
}
0 commit comments