]> granicus.if.org Git - php/commitdiff
Forgot to mark these u-safe
authorSara Golemon <pollita@php.net>
Fri, 6 Oct 2006 17:41:30 +0000 (17:41 +0000)
committerSara Golemon <pollita@php.net>
Fri, 6 Oct 2006 17:41:30 +0000 (17:41 +0000)
ext/standard/streamsfuncs.c

index ccc6ea252be404a2200b22ae65b25997eec77fed..08d7024a3b6a5310717f3471341f923a4b0dfba5 100644 (file)
@@ -1298,7 +1298,7 @@ PHP_FUNCTION(stream_filter_remove)
 }
 /* }}} */
 
-/* {{{ proto string stream_get_line(resource stream, int maxlen [, string ending])
+/* {{{ proto string stream_get_line(resource stream, int maxlen [, string ending]) U
    Read up to maxlen bytes from a stream or until the ending string is found */
 PHP_FUNCTION(stream_get_line)
 {
@@ -1518,7 +1518,7 @@ PHP_FUNCTION(stream_default_encoding)
 /* }}} */
 
 
-/* {{{ proto void stream_encoding(resource stream[, string encoding])
+/* {{{ proto void stream_encoding(resource stream[, string encoding]) U
 Set character set for stream encoding
 UTODO: Return current encoding charset
 */