Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds