Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/libxml/
H A Dlibxml.c70 static PHP_FUNCTION(libxml_set_streams_context);
124 PHP_FE(libxml_set_streams_context, arginfo_libxml_set_streams_context)
943 static PHP_FUNCTION(libxml_set_streams_context) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS2542 . Fixed bug #63389 (Missing context check on libxml_set_streams_context()

Completed in 45 milliseconds