diff options
-rw-r--r-- | ext/standard/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c index f50640dd12..badcce3a34 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 }; |