Home
last modified time | relevance | path

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

/PHP-8.0/ext/com_dotnet/tests/
H A Dvariants.phpt122 variant_or(42, hello)
238 variant_or(3.5, hello)
326 variant_or(hello, 42)
388 variant_or(hello, 3.5)
446 variant_or(hello, hello)
508 variant_or(hello, )
598 variant_or(0, hello)
H A Dvariants_x64.phpt125 variant_or(42, hello)
241 variant_or(3.5, hello)
329 variant_or(hello, 42)
391 variant_or(hello, 3.5)
449 variant_or(hello, hello)
511 variant_or(hello, )
601 variant_or(0, hello)
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension_arginfo.h146 ZEND_FUNCTION(variant_or);
186 ZEND_FE(variant_or, arginfo_variant_or)
H A Dcom_extension.stub.php27 function variant_or(mixed $left, mixed $right): variant {} function
H A Dcom_variant.c711 PHP_FUNCTION(variant_or) in PHP_FUNCTION() argument

Completed in 14 milliseconds