summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-08-10 20:20:55 +0000
committerWez Furlong <wez@php.net>2002-08-10 20:20:55 +0000
commit1144bdb04d8d72793b470261f44481f69e84939b (patch)
tree681fea5242e0b507863ce249ea103a8a09e5f6bf /main
parent0c7a386b3e772df5df720e3287c5e19da5829691 (diff)
downloadphp-git-1144bdb04d8d72793b470261f44481f69e84939b.tar.gz
remove obsolete TSRMLS_FETCH
Diffstat (limited to 'main')
-rwxr-xr-xmain/streams.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/streams.c b/main/streams.c
index dd77144cbd..318c815bcc 100755
--- a/main/streams.c
+++ b/main/streams.c
@@ -1006,7 +1006,6 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show
static const char *cast_names[3] = {
"STDIO FILE*", "File Descriptor", "Socket Descriptor"
};
- TSRMLS_FETCH();
zend_error(E_WARNING, "%s(): cannot represent a stream of type %s as a %s",
get_active_function_name(TSRMLS_C),