Searched refs:variant_xor (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/com_dotnet/tests/ |
H A D | variants.phpt | 133 variant_xor(42, hello) 249 variant_xor(3.5, hello) 337 variant_xor(hello, 42) 399 variant_xor(hello, 3.5) 457 variant_xor(hello, hello) 519 variant_xor(hello, ) 609 variant_xor(0, hello)
|
H A D | variants_x64.phpt | 136 variant_xor(42, hello) 252 variant_xor(3.5, hello) 340 variant_xor(hello, 42) 402 variant_xor(hello, 3.5) 460 variant_xor(hello, hello) 522 variant_xor(hello, ) 612 variant_xor(0, hello)
|
/php-src/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 147 ZEND_FUNCTION(variant_xor); 186 ZEND_FE(variant_xor, arginfo_variant_xor)
|
H A D | com_extension.stub.php | 317 function variant_xor(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 736 PHP_FUNCTION(variant_xor) in PHP_FUNCTION() argument
|
Completed in 11 milliseconds