mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
Forgot to mark these u-safe
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user