diff options
Diffstat (limited to 'ext/standard/exec.c')
-rw-r--r-- | ext/standard/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/exec.c b/ext/standard/exec.c index 86a97e5e55..ffa4d444dd 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -555,7 +555,7 @@ PHP_FUNCTION(proc_nice) ZEND_PARSE_PARAMETERS_START(1, 1) Z_PARAM_LONG(pri) - ZEND_PARSE_PARAMETERS_END_EX(RETURN_FALSE); + ZEND_PARSE_PARAMETERS_END(); errno = 0; php_ignore_value(nice(pri)); |