Home
last modified time | relevance | path

Searched refs:libxml_set_streams_context (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/libxml/tests/
H A D004.phpt2 libxml_set_streams_context()
21 var_dump(libxml_set_streams_context($ctx));
32 Warning: libxml_set_streams_context() expects parameter 1 to be resource, null given in %s004.php o…
36 Warning: libxml_set_streams_context() expects parameter 1 to be resource, string given in %s004.php…
40 Warning: libxml_set_streams_context() expects parameter 1 to be resource, integer given in %s004.ph…
44 Warning: libxml_set_streams_context() expects parameter 1 to be resource, object given in %s004.php…
48 Warning: libxml_set_streams_context() expects parameter 1 to be resource, array given in %s004.php …
H A Dbug63389.phpt2 Bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
8 libxml_set_streams_context($fp);
9 libxml_set_streams_context("a");
13 Warning: libxml_set_streams_context() expects parameter 1 to be resource, string given in %sbug6338…
H A Dbug54440.phpt33 libxml_set_streams_context($ctx2);
/PHP-7.2/ext/libxml/
H A Dlibxml.c70 static PHP_FUNCTION(libxml_set_streams_context);
128 PHP_FE(libxml_set_streams_context, arginfo_libxml_set_streams_context)
951 static PHP_FUNCTION(libxml_set_streams_context) in PHP_FUNCTION() argument

Completed in 13 milliseconds