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.
ob_get_clean()
ob_get_flush()
1 parent c15deb5 commit cb977caCopy full SHA for cb977ca
standard/standard_8.php
@@ -244,7 +244,6 @@ function ob_end_clean(): bool {}
244
* @link https://php.net/manual/en/function.ob-get-flush.php
245
* @return string|false the output buffer or false if no buffering is active.
246
*/
247
-#[Pure(true)]
248
function ob_get_flush(): string|false {}
249
250
/**
@@ -253,7 +252,6 @@ function ob_get_flush(): string|false {}
253
252
* @return string|false the contents of the output buffer and end output buffering.
254
* If output buffering isn't active then false is returned.
255
256
257
function ob_get_clean(): string|false {}
258
259
0 commit comments