Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/tests/
H A Dgh8750a.phpt10 echo variant_cast($error, VT_I4), PHP_EOL;
26 variant_set_type($error, VT_I4);
H A Dvariants.phpt17 $values = array(VT_I4 => 42, VT_R8 => 3.5, VT_BSTR => "hello", VT_BOOL => false);
/php-src/ext/com_dotnet/
H A Dcom_variant.c154 V_VT(v) = VT_I4; in php_com_variant_from_zval_ex()
211 case VT_I4: in php_com_zval_from_variant()
335 case VT_I4: in php_com_copy_variant()
1043 V_VT(&vtmp) = VT_I4; in PHP_FUNCTION()
1083 V_VT(&vres) = VT_I4; in PHP_FUNCTION()
H A Dcom_extension.stub.php75 const VT_I4 = UNKNOWN; define
H A Dcom_extension_arginfo.h248 REGISTER_LONG_CONSTANT("VT_I4", VT_I4, CONST_PERSISTENT); in register_com_extension_symbols()
H A Dcom_typeinfo.c430 { VT_I4, "VT_I4" },
H A Dcom_handlers.c457 vt = VT_I4; in com_object_cast()

Completed in 27 milliseconds