diff options
Diffstat (limited to 'ext/posix/posix.c')
| -rw-r--r-- | ext/posix/posix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 3ecc6eca06..38a8215250 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -657,7 +657,6 @@ PHP_FUNCTION(posix_mkfifo) pval *path; pval *mode; int result; - PLS_FETCH(); if (ZEND_NUM_ARGS() != 2 || zend_get_parameters(ht, 2, &path, &mode) == FAILURE) { WRONG_PARAM_COUNT; |
