Searched refs:variant_and (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/com_dotnet/tests/ |
H A D | variants.phpt | 93 variant_and(42, hello) 209 variant_and(3.5, hello) 297 variant_and(hello, 42) 359 variant_and(hello, 3.5) 417 variant_and(hello, hello) 479 variant_and(hello, ) 569 variant_and(0, hello)
|
H A D | variants_x64.phpt | 96 variant_and(42, hello) 212 variant_and(3.5, hello) 300 variant_and(hello, 42) 362 variant_and(hello, 3.5) 420 variant_and(hello, hello) 482 variant_and(hello, ) 572 variant_and(0, hello)
|
/php-src/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 139 ZEND_FUNCTION(variant_and); 178 ZEND_FE(variant_and, arginfo_variant_and)
|
H A D | com_extension.stub.php | 301 function variant_and(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 680 PHP_FUNCTION(variant_and) in PHP_FUNCTION() argument
|
Completed in 9 milliseconds