Home
last modified time | relevance | path

Searched refs:variant_get_type (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/com_dotnet/tests/
H A Dvariants.phpt11 if (VT_EMPTY != variant_get_type($v)) {
21 if ($t != variant_get_type($v)) {
22 printf("Bork: [%d] %d: %s\n", $t, variant_get_type($v), $val);
/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h146 PHP_FUNCTION(variant_get_type);
H A Dcom_extension.c221 PHP_FE(variant_get_type, arginfo_variant_get_type)
H A Dcom_variant.c995 PHP_FUNCTION(variant_get_type) in PHP_FUNCTION() argument

Completed in 15 milliseconds