summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2017-11-05 10:01:44 -0800
committerJoe Watkins <krakjoe@php.net>2017-11-06 07:24:42 +0000
commit5cdf37e6033cf7053132126157747511c2c039f2 (patch)
treed7488f2bdeafd4c3f32eb2e4898ef9cb20273db7 /ext/standard
parent88e94a0bd14af65f31e5a56dd13dc16d902c57b7 (diff)
downloadphp-git-5cdf37e6033cf7053132126157747511c2c039f2.tar.gz
Fix proto documents for new global functions
See NEWS and UPGRADING (or arginfo/implementation) for details.
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/streamsfuncs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c
index 1c0c07b79b..34a5d97495 100644
--- a/ext/standard/streamsfuncs.c
+++ b/ext/standard/streamsfuncs.c
@@ -1620,7 +1620,7 @@ PHP_FUNCTION(stream_supports_lock)
RETURN_TRUE;
}
-/* {{{ proto proto stream_isatty(resource stream)
+/* {{{ proto bool stream_isatty(resource stream)
Check if a stream is a TTY.
*/
PHP_FUNCTION(stream_isatty)
@@ -1658,7 +1658,7 @@ PHP_FUNCTION(stream_isatty)
}
#ifdef PHP_WIN32
-/* {{{ proto proto sapi_windows_vt100_support(resource stream[, bool enable])
+/* {{{ proto bool sapi_windows_vt100_support(resource stream[, bool enable])
Get or set VT100 support for the specified stream associated to an
output buffer of a Windows console.
*/