Searched refs:VT_BSTR (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/com_dotnet/ |
H A D | com_extension.stub.php | 110 const VT_BSTR = UNKNOWN; define
|
H A D | com_variant.c | 169 V_VT(v) = VT_BSTR; in php_com_variant_from_zval_ex() 238 case VT_BSTR: in php_com_zval_from_variant() 400 case VT_BSTR: in php_com_copy_variant()
|
H A D | com_extension_arginfo.h | 262 REGISTER_LONG_CONSTANT("VT_BSTR", VT_BSTR, CONST_PERSISTENT); in register_com_extension_symbols()
|
H A D | com_typeinfo.c | 437 { VT_BSTR, "VT_BSTR" },
|
H A D | com_handlers.c | 470 vt = VT_BSTR; in com_object_cast()
|
/PHP-8.2/ext/com_dotnet/tests/ |
H A D | variants.phpt | 17 $values = array(VT_I4 => 42, VT_R8 => 3.5, VT_BSTR => "hello", VT_BOOL => false);
|
H A D | variants_x64.phpt | 20 $values = array(VT_I8 => 42, VT_R8 => 3.5, VT_BSTR => "hello", VT_BOOL => false);
|
Completed in 13 milliseconds