Searched refs:variant_xor (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/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-8.0/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 148 ZEND_FUNCTION(variant_xor); 188 ZEND_FE(variant_xor, arginfo_variant_xor)
|
H A D | com_extension.stub.php | 31 function variant_xor(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 725 PHP_FUNCTION(variant_xor) in PHP_FUNCTION() argument
|
Completed in 26 milliseconds