Home
last modified time | relevance | path

Searched refs:unwrapped (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/com_dotnet/
H A Dcom_dotnet.c272 VARIANT unwrapped; in PHP_FUNCTION() local
280 hr = IObjectHandle_Unwrap(handle, &unwrapped); in PHP_FUNCTION()
283 if (V_VT(&unwrapped) == VT_UNKNOWN) { in PHP_FUNCTION()
285 hr = IUnknown_QueryInterface(V_UNKNOWN(&unwrapped), &IID_IDispatch, &V_DISPATCH(&obj->v)); in PHP_FUNCTION()
294 } else if (V_VT(&unwrapped) == VT_DISPATCH) { in PHP_FUNCTION()
296 V_DISPATCH(&obj->v) = V_DISPATCH(&unwrapped); in PHP_FUNCTION()
305 VariantClear(&unwrapped); in PHP_FUNCTION()
/PHP-7.0/ext/xmlreader/tests/
H A Dbug70309.phpt10 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */

Completed in 7 milliseconds