Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c269 VARIANT unwrapped; in PHP_FUNCTION() local
277 hr = IObjectHandle_Unwrap(handle, &unwrapped); in PHP_FUNCTION()
280 if (V_VT(&unwrapped) == VT_UNKNOWN) { in PHP_FUNCTION()
282 hr = IUnknown_QueryInterface(V_UNKNOWN(&unwrapped), &IID_IDispatch, &V_DISPATCH(&obj->v)); in PHP_FUNCTION()
291 } else if (V_VT(&unwrapped) == VT_DISPATCH) { in PHP_FUNCTION()
293 V_DISPATCH(&obj->v) = V_DISPATCH(&unwrapped); in PHP_FUNCTION()
302 VariantClear(&unwrapped); in PHP_FUNCTION()
/PHP-7.4/Zend/tests/
H A Ddynamic_call_to_ref_returning_function.phpt2 When performing a dynamic call to a ret-by-ref function, the reference should be unwrapped
/PHP-7.4/ext/xmlreader/tests/
H A Dbug70309.phpt11 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */

Completed in 9 milliseconds