Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dlibxml.c918 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext) in php_libxml_switch_context() argument
920 if (oldcontext) { in php_libxml_switch_context()
921 ZVAL_COPY_VALUE(oldcontext, &LIBXML(stream_context)); in php_libxml_switch_context()
H A Dphp_libxml.h168 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext);
/php-src/main/streams/
H A Dstreams.c2336 php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream); local
2344 if (oldcontext) {
2345 zend_list_delete(oldcontext->res);
2348 return oldcontext;

Completed in 19 milliseconds