Searched refs:variant_xor (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/com_dotnet/tests/ |
H A D | variants.phpt | 132 variant_xor(42, hello) 248 variant_xor(3.5, hello) 336 variant_xor(hello, 42) 398 variant_xor(hello, 3.5) 456 variant_xor(hello, hello) 518 variant_xor(hello, ) 608 variant_xor(0, hello)
|
H A D | variants_x64.phpt | 135 variant_xor(42, hello) 251 variant_xor(3.5, hello) 339 variant_xor(hello, 42) 401 variant_xor(hello, 3.5) 459 variant_xor(hello, hello) 521 variant_xor(hello, ) 611 variant_xor(0, hello)
|
/PHP-7.3/ext/com_dotnet/ |
H A D | php_com_dotnet_internal.h | 139 PHP_FUNCTION(variant_xor);
|
H A D | com_extension.c | 152 PHP_FE(variant_xor, arginfo_left_right)
|
H A D | com_variant.c | 742 PHP_FUNCTION(variant_xor) in PHP_FUNCTION() argument
|
Completed in 12 milliseconds