Home
last modified time | relevance | path

Searched refs:variant_pow (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/com_dotnet/tests/
H A Dvariants.phpt128 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 Dvariants_x64.phpt131 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 Dcom_extension_arginfo.h147 ZEND_FUNCTION(variant_pow);
187 ZEND_FE(variant_pow, arginfo_variant_pow)
H A Dcom_extension.stub.php315 function variant_pow(mixed $left, mixed $right): variant {} function
H A Dcom_variant.c728 PHP_FUNCTION(variant_pow) in PHP_FUNCTION() argument

Completed in 11 milliseconds