Searched refs:variant_or (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/com_dotnet/tests/ |
H A D | variants.phpt | 123 variant_or(42, hello) 239 variant_or(3.5, hello) 327 variant_or(hello, 42) 389 variant_or(hello, 3.5) 447 variant_or(hello, hello) 509 variant_or(hello, ) 599 variant_or(0, hello)
|
H A D | variants_x64.phpt | 126 variant_or(42, hello) 242 variant_or(3.5, hello) 330 variant_or(hello, 42) 392 variant_or(hello, 3.5) 450 variant_or(hello, hello) 512 variant_or(hello, ) 602 variant_or(0, hello)
|
/php-src/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 145 ZEND_FUNCTION(variant_or); 184 ZEND_FE(variant_or, arginfo_variant_or)
|
H A D | com_extension.stub.php | 313 function variant_or(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 722 PHP_FUNCTION(variant_or) in PHP_FUNCTION() argument
|
Completed in 14 milliseconds