Home
last modified time | relevance | path

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

/PHP-7.3/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.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-7.3/ext/xmlreader/tests/
H A Dbug70309.phpt10 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
/PHP-7.3/
H A DUPGRADING83 . References returned by array and property accesses are now unwrapped as

Completed in 12 milliseconds