diff options
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), |
