diff options
| author | Wez Furlong <wez@php.net> | 2002-08-10 20:20:55 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2002-08-10 20:20:55 +0000 |
| commit | 1144bdb04d8d72793b470261f44481f69e84939b (patch) | |
| tree | 681fea5242e0b507863ce249ea103a8a09e5f6bf /main | |
| parent | 0c7a386b3e772df5df720e3287c5e19da5829691 (diff) | |
| download | php-git-1144bdb04d8d72793b470261f44481f69e84939b.tar.gz | |
remove obsolete TSRMLS_FETCH
Diffstat (limited to 'main')
| -rwxr-xr-x | main/streams.c | 1 |
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), |
