Home
last modified time | relevance | path

Searched refs:VT_R8 (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/com_dotnet/
H A Dcom_extension.stub.php85 const VT_R8 = UNKNOWN; define
H A Dcom_variant.c163 V_VT(v) = VT_R8; in php_com_variant_from_zval_ex()
231 case VT_R8: in php_com_zval_from_variant()
383 case VT_R8: in php_com_copy_variant()
H A Dcom_extension_arginfo.h250 REGISTER_LONG_CONSTANT("VT_R8", VT_R8, CONST_PERSISTENT); in register_com_extension_symbols()
H A Dcom_typeinfo.c432 { VT_R8, "VT_R8" },
H A Dcom_handlers.c463 vt = VT_R8; in com_object_cast()
/php-src/ext/com_dotnet/tests/
H A Dvariants.phpt17 $values = array(VT_I4 => 42, VT_R8 => 3.5, VT_BSTR => "hello", VT_BOOL => false);
H A Dvariants_x64.phpt20 $values = array(VT_I8 => 42, VT_R8 => 3.5, VT_BSTR => "hello", VT_BOOL => false);

Completed in 27 milliseconds