Searched refs:oldcontext (Results 1 – 3 of 3) sorted by relevance
108 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext);
800 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext) in php_libxml_switch_context() argument802 if (oldcontext) { in php_libxml_switch_context()803 ZVAL_COPY_VALUE(oldcontext, &LIBXML(stream_context)); in php_libxml_switch_context()
2188 php_stream_context *oldcontext = PHP_STREAM_CONTEXT(stream); local2196 if (oldcontext) {2197 zend_list_delete(oldcontext->res);2200 return oldcontext;
Completed in 14 milliseconds