Searched refs:variant_or (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/com_dotnet/tests/ |
H A D | variants.phpt | 122 variant_or(42, hello) 238 variant_or(3.5, hello) 326 variant_or(hello, 42) 388 variant_or(hello, 3.5) 446 variant_or(hello, hello) 508 variant_or(hello, ) 598 variant_or(0, hello)
|
H A D | variants_x64.phpt | 125 variant_or(42, hello) 241 variant_or(3.5, hello) 329 variant_or(hello, 42) 391 variant_or(hello, 3.5) 449 variant_or(hello, hello) 511 variant_or(hello, ) 601 variant_or(0, hello)
|
/PHP-7.3/ext/com_dotnet/ |
H A D | php_com_dotnet_internal.h | 137 PHP_FUNCTION(variant_or);
|
H A D | com_extension.c | 150 PHP_FE(variant_or, arginfo_left_right)
|
H A D | com_variant.c | 726 PHP_FUNCTION(variant_or) in PHP_FUNCTION() argument
|
Completed in 9 milliseconds