mirror of
https://github.com/php/php-src.git
synced 2025-01-11 21:43:52 +08:00
Add missing zend_parse_parameters_none() for flush()
This commit is contained in:
parent
bb2e62ecda
commit
f97251adec
@ -4384,6 +4384,10 @@ PHP_FUNCTION(getopt)
|
||||
Flush the output buffer */
|
||||
PHP_FUNCTION(flush)
|
||||
{
|
||||
if (zend_parse_parameters_none() == FAILURE) {
|
||||
return;
|
||||
}
|
||||
|
||||
sapi_flush();
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user