Searched refs:variant_mul (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/com_dotnet/tests/ |
H A D | variants.phpt | 87 variant_mul(42, hello) 203 variant_mul(3.5, hello) 291 variant_mul(hello, 42) 353 variant_mul(hello, 3.5) 411 variant_mul(hello, hello) 473 variant_mul(hello, ) 563 variant_mul(0, hello)
|
H A D | variants_x64.phpt | 90 variant_mul(42, hello) 206 variant_mul(3.5, hello) 294 variant_mul(hello, 42) 356 variant_mul(hello, 3.5) 414 variant_mul(hello, hello) 476 variant_mul(hello, ) 566 variant_mul(0, hello)
|
/PHP-7.3/ext/com_dotnet/ |
H A D | php_com_dotnet_internal.h | 130 PHP_FUNCTION(variant_mul);
|
H A D | com_extension.c | 143 PHP_FE(variant_mul, arginfo_left_right)
|
H A D | com_variant.c | 670 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() argument
|
Completed in 11 milliseconds