summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-07-14 08:38:20 +0000
committerAntony Dovgal <tony2001@php.net>2007-07-14 08:38:20 +0000
commitb608bd654dd9df5059dc031e7f1b01d1f14e65a5 (patch)
treed817be4dffce1ef4917c4230cf14acaae90f56a5 /ext/standard/streamsfuncs.c
parentfd4bf13ac36ecef6803d6db0aaf4c3eafa007ce7 (diff)
downloadphp-git-b608bd654dd9df5059dc031e7f1b01d1f14e65a5.tar.gz
fix ws, cs & folding
Diffstat (limited to 'ext/standard/streamsfuncs.c')
-rw-r--r--ext/standard/streamsfuncs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c
index 6aa34e95f4..69b3292abb 100644
--- a/ext/standard/streamsfuncs.c
+++ b/ext/standard/streamsfuncs.c
@@ -1502,7 +1502,6 @@ PHP_FUNCTION(stream_socket_enable_crypto)
}
/* }}} */
-
/* {{{ proto bool stream_default_encoding(string encoding) U
Convenience wrapper for ini_set('unicode.stream_encoding', $encoding) */
PHP_FUNCTION(stream_default_encoding)
@@ -1519,7 +1518,6 @@ PHP_FUNCTION(stream_default_encoding)
}
/* }}} */
-
/* {{{ proto void stream_encoding(resource stream[, string encoding]) U
Set character set for stream encoding
UTODO: Return current encoding charset