diff options
| -rw-r--r-- | ext/standard/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c index 419cab56dd..f7d8ef5902 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -761,6 +761,7 @@ PHP_FUNCTION(stream_select) RETURN_LONG(retval); } +/* }}} */ /* {{{ stream_context related functions */ |
