Home
last modified time | relevance | path

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

/PHP-8.1/ext/com_dotnet/tests/
H A Dvariants.phpt123 variant_or(42, hello)
239 variant_or(3.5, hello)
327 variant_or(hello, 42)
389 variant_or(hello, 3.5)
447 variant_or(hello, hello)
509 variant_or(hello, )
599 variant_or(0, hello)
H A Dvariants_x64.phpt126 variant_or(42, hello)
242 variant_or(3.5, hello)
330 variant_or(hello, 42)
392 variant_or(hello, 3.5)
450 variant_or(hello, hello)
512 variant_or(hello, )
602 variant_or(0, hello)
/PHP-8.1/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 21 milliseconds