Searched refs:variant_mul (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/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-8.0/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 139 ZEND_FUNCTION(variant_mul); 179 ZEND_FE(variant_mul, arginfo_variant_mul)
|
H A D | com_extension.stub.php | 13 function variant_mul(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 662 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() argument
|
Completed in 9 milliseconds