Searched refs:variant_and (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/com_dotnet/tests/ |
H A D | variants.phpt | 92 variant_and(42, hello) 208 variant_and(3.5, hello) 296 variant_and(hello, 42) 358 variant_and(hello, 3.5) 416 variant_and(hello, hello) 478 variant_and(hello, ) 568 variant_and(0, hello)
|
H A D | variants_x64.phpt | 95 variant_and(42, hello) 211 variant_and(3.5, hello) 299 variant_and(hello, 42) 361 variant_and(hello, 3.5) 419 variant_and(hello, hello) 481 variant_and(hello, ) 571 variant_and(0, hello)
|
/PHP-8.0/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 140 ZEND_FUNCTION(variant_and); 180 ZEND_FE(variant_and, arginfo_variant_and)
|
H A D | com_extension.stub.php | 15 function variant_and(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 669 PHP_FUNCTION(variant_and) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds