Searched refs:variant_pow (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/com_dotnet/tests/ |
H A D | variants.phpt | 128 variant_pow(42, hello) 244 variant_pow(3.5, hello) 332 variant_pow(hello, 42) 394 variant_pow(hello, 3.5) 452 variant_pow(hello, hello) 514 variant_pow(hello, ) 604 variant_pow(0, hello)
|
H A D | variants_x64.phpt | 131 variant_pow(42, hello) 247 variant_pow(3.5, hello) 335 variant_pow(hello, 42) 397 variant_pow(hello, 3.5) 455 variant_pow(hello, hello) 517 variant_pow(hello, ) 607 variant_pow(0, hello)
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 147 ZEND_FUNCTION(variant_pow); 187 ZEND_FE(variant_pow, arginfo_variant_pow)
|
H A D | com_extension.stub.php | 315 function variant_pow(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 729 PHP_FUNCTION(variant_pow) in PHP_FUNCTION() argument
|
Completed in 11 milliseconds