From: Wez Furlong Date: Wed, 14 May 2003 19:10:02 +0000 (+0000) Subject: 4, not 3 :) X-Git-Tag: php-4.3.2RC3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8307e2c3294f9732d4c84c06fe3a8a1b7d9d813f;p=php 4, not 3 :) --- diff --git a/main/streams.c b/main/streams.c index 47c4d83276..8214545f9b 100755 --- a/main/streams.c +++ b/main/streams.c @@ -2222,7 +2222,7 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show if (show_err) { /* these names depend on the values of the PHP_STREAM_AS_XXX defines in php_streams.h */ - static const char *cast_names[3] = { + static const char *cast_names[4] = { "STDIO FILE*", "File Descriptor", "Socket Descriptor", "select()able descriptor" };