Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dphp_libxml.h211 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext);
H A Dlibxml.c929 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext) in php_libxml_switch_context() argument
931 if (oldcontext) { in php_libxml_switch_context()
932 ZVAL_COPY_VALUE(oldcontext, &LIBXML(stream_context)); in php_libxml_switch_context()
/php-src/main/streams/
H A Dstreams.c2344 php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream); local
2352 if (oldcontext) {
2353 zend_list_delete(oldcontext->res);
2356 return oldcontext;

Completed in 22 milliseconds