diff --git a/ext/standard/file.c b/ext/standard/file.c index f50640dd12d..badcce3a341 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -192,7 +192,7 @@ PHP_MSHUTDOWN_FUNCTION(file) -/* {{{ proto bool flock(resource fp, int operation [, int wouldblock]) +/* {{{ proto bool flock(resource fp, int operation [, int &wouldblock]) Portable file locking */ static int flock_values[] = { LOCK_SH, LOCK_EX, LOCK_UN };