Home
last modified time | relevance | path

Searched refs:variant_xor (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/com_dotnet/tests/
H A Dvariants.phpt133 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 Dvariants_x64.phpt136 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-8.2/ext/com_dotnet/
H A Dcom_extension_arginfo.h148 ZEND_FUNCTION(variant_xor);
188 ZEND_FE(variant_xor, arginfo_variant_xor)
H A Dcom_extension.stub.php317 function variant_xor(mixed $left, mixed $right): variant {} function
H A Dcom_variant.c735 PHP_FUNCTION(variant_xor) in PHP_FUNCTION() argument

Completed in 14 milliseconds