Home
last modified time | relevance | path

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

/PHP-8.2/ext/com_dotnet/
H A Dcom_extension.stub.php90 const VT_BOOL = UNKNOWN; define
H A Dcom_variant.c111 V_VT(v) = VT_BOOL; in php_com_variant_from_zval_ex()
116 V_VT(v) = VT_BOOL; in php_com_variant_from_zval_ex()
234 case VT_BOOL: in php_com_zval_from_variant()
391 case VT_BOOL: in php_com_copy_variant()
H A Dcom_extension_arginfo.h258 REGISTER_LONG_CONSTANT("VT_BOOL", VT_BOOL, CONST_PERSISTENT); in register_com_extension_symbols()
H A Dcom_typeinfo.c433 { VT_BOOL, "VT_BOOL" },
H A Dcom_handlers.c467 vt = VT_BOOL; in com_object_cast()
/PHP-8.2/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 17 milliseconds