Searched refs:variant_pow (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/com_dotnet/tests/ |
H A D | variants.phpt | 127 variant_pow(42, hello) 243 variant_pow(3.5, hello) 331 variant_pow(hello, 42) 393 variant_pow(hello, 3.5) 451 variant_pow(hello, hello) 513 variant_pow(hello, ) 603 variant_pow(0, hello)
|
H A D | variants_x64.phpt | 130 variant_pow(42, hello) 246 variant_pow(3.5, hello) 334 variant_pow(hello, 42) 396 variant_pow(hello, 3.5) 454 variant_pow(hello, hello) 516 variant_pow(hello, ) 606 variant_pow(0, hello)
|
/PHP-7.3/ext/com_dotnet/ |
H A D | php_com_dotnet_internal.h | 138 PHP_FUNCTION(variant_pow);
|
H A D | com_extension.c | 151 PHP_FE(variant_pow, arginfo_left_right)
|
H A D | com_variant.c | 734 PHP_FUNCTION(variant_pow) in PHP_FUNCTION() argument
|
Completed in 12 milliseconds