Searched refs:VT_I4 (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/com_dotnet/tests/ |
H A D | gh8750a.phpt | 10 echo variant_cast($error, VT_I4), PHP_EOL; 26 variant_set_type($error, VT_I4);
|
H A D | variants.phpt | 17 $values = array(VT_I4 => 42, VT_R8 => 3.5, VT_BSTR => "hello", VT_BOOL => false);
|
/php-src/ext/com_dotnet/ |
H A D | com_variant.c | 155 V_VT(v) = VT_I4; in php_com_variant_from_zval_ex() 212 case VT_I4: in php_com_zval_from_variant() 336 case VT_I4: in php_com_copy_variant() 1044 V_VT(&vtmp) = VT_I4; in PHP_FUNCTION() 1084 V_VT(&vres) = VT_I4; in PHP_FUNCTION()
|
H A D | com_extension.stub.php | 75 const VT_I4 = UNKNOWN; define
|
H A D | com_extension_arginfo.h | 240 REGISTER_LONG_CONSTANT("VT_I4", VT_I4, CONST_PERSISTENT); in register_com_extension_symbols()
|
H A D | com_handlers.c | 457 vt = VT_I4; in com_object_cast()
|
H A D | com_typeinfo.c | 430 { VT_I4, "VT_I4" },
|
Completed in 14 milliseconds