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 edc169e commit bd8a3eeCopy full SHA for bd8a3ee
1 file changed
main/streams/stream_errors.c
@@ -69,7 +69,7 @@ static void php_stream_error_create_object(zval *zv, php_stream_error_entry *ent
69
}
70
71
/* Create array of StreamError objects from error chain */
72
-PHPAPI void php_stream_error_create_array(zval *zv, php_stream_error_entry *first)
+static void php_stream_error_create_array(zval *zv, php_stream_error_entry *first)
73
{
74
array_init(zv);
75
0 commit comments