diff --git a/reference/libxml/functions/libxml-set-streams-context.xml b/reference/libxml/functions/libxml-set-streams-context.xml index df203a0e0257..edda35198cbf 100644 --- a/reference/libxml/functions/libxml-set-streams-context.xml +++ b/reference/libxml/functions/libxml-set-streams-context.xml @@ -42,6 +42,39 @@ + + &reftitle.errors; + + Throws a TypeError when a non-stream resource is + passed to context. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + libxml_set_streams_context now throws a + TypeError when a non-stream resource is passed + to context, instead of throwing later when the + context is used. + + + + + + + &reftitle.examples;