Home
last modified time | relevance | path

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

/PHP-8.0/ext/com_dotnet/tests/
H A Dvariants.phpt127 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 Dvariants_x64.phpt130 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-8.0/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.php29 function variant_pow(mixed $left, mixed $right): variant {} function
H A Dcom_variant.c718 PHP_FUNCTION(variant_pow) in PHP_FUNCTION() argument

Completed in 12 milliseconds