We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b29105 commit d8f8290Copy full SHA for d8f8290
stubs/ext/standard/ob_start.php
@@ -2,13 +2,13 @@
2
3
/* main/output.c */
4
/** @param callable $callback */
5
-#[\Until('8.4')]
+#[\Until('8.3')]
6
function ob_start($callback = null, int $chunk_size = 0, int $flags = PHP_OUTPUT_HANDLER_STDFLAGS): bool
7
{
8
}
9
10
/** @param callable|null $callback */
11
-#[\Since('8.4')]
+#[\Since('8.3')]
12
13
14
0 commit comments