Home
last modified time | relevance | path

Searched refs:oldcontext (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/libxml/
H A Dphp_libxml.h107 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext);
H A Dlibxml.c786 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext) in php_libxml_switch_context() argument
788 if (oldcontext) { in php_libxml_switch_context()
789 ZVAL_COPY_VALUE(oldcontext, &LIBXML(stream_context)); in php_libxml_switch_context()
/PHP-8.0/main/streams/
H A Dstreams.c2201 php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream); local
2209 if (oldcontext) {
2210 zend_list_delete(oldcontext->res);
2213 return oldcontext;

Completed in 19 milliseconds