We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6ebcc commit fb2585fCopy full SHA for fb2585f
main/streams/streams.c
@@ -35,9 +35,9 @@
35
/* {{{ resource and registration code */
36
/* Global wrapper hash, copied to FG(stream_wrappers) on registration of volatile wrapper */
37
static HashTable url_stream_wrappers_hash;
38
-static int le_stream = FAILURE; /* true global */
39
-static int le_pstream = FAILURE; /* true global */
40
-static int le_stream_filter = FAILURE; /* true global */
+static int le_stream = -1; /* true global */
+static int le_pstream = -1; /* true global */
+static int le_stream_filter = -1; /* true global */
41
42
PHPAPI int php_file_le_stream(void)
43
{
0 commit comments