Home
last modified time | relevance | path

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

/PHP-8.3/ext/com_dotnet/
H A Dcom_dotnet.c302 VARIANT unwrapped; in PHP_METHOD() local
310 hr = IObjectHandle_Unwrap(handle, &unwrapped); in PHP_METHOD()
313 if (V_VT(&unwrapped) == VT_UNKNOWN) { in PHP_METHOD()
315 hr = IUnknown_QueryInterface(V_UNKNOWN(&unwrapped), &IID_IDispatch, &V_DISPATCH(&obj->v)); in PHP_METHOD()
324 } else if (V_VT(&unwrapped) == VT_DISPATCH) { in PHP_METHOD()
326 V_DISPATCH(&obj->v) = V_DISPATCH(&unwrapped); in PHP_METHOD()
335 VariantClear(&unwrapped); in PHP_METHOD()
/PHP-8.3/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-8.3/ext/xmlreader/tests/
H A Dbug70309.phpt13 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */

Completed in 12 milliseconds