Searched refs:variant_mul (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/com_dotnet/tests/ |
H A D | variants.phpt | 88 variant_mul(42, hello) 204 variant_mul(3.5, hello) 292 variant_mul(hello, 42) 354 variant_mul(hello, 3.5) 412 variant_mul(hello, hello) 474 variant_mul(hello, ) 564 variant_mul(0, hello)
|
H A D | variants_x64.phpt | 91 variant_mul(42, hello) 207 variant_mul(3.5, hello) 295 variant_mul(hello, 42) 357 variant_mul(hello, 3.5) 415 variant_mul(hello, hello) 477 variant_mul(hello, ) 567 variant_mul(0, hello)
|
/php-src/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 138 ZEND_FUNCTION(variant_mul); 177 ZEND_FE(variant_mul, arginfo_variant_mul)
|
H A D | com_extension.stub.php | 299 function variant_mul(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 673 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() argument
|
Completed in 10 milliseconds