Searched refs:variant_add (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/com_dotnet/tests/ |
H A D | variants.phpt | 76 variant_add(42, hello) 192 variant_add(3.5, hello) 280 variant_add(hello, 42) 342 variant_add(hello, 3.5) 462 variant_add(hello, ) 552 variant_add(0, hello)
|
H A D | variants_x64.phpt | 79 variant_add(42, hello) 195 variant_add(3.5, hello) 283 variant_add(hello, 42) 345 variant_add(hello, 3.5) 465 variant_add(hello, ) 555 variant_add(0, hello)
|
/PHP-8.0/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 136 ZEND_FUNCTION(variant_add); 176 ZEND_FE(variant_add, arginfo_variant_add)
|
H A D | com_extension.stub.php | 7 function variant_add(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 641 PHP_FUNCTION(variant_add) in PHP_FUNCTION() argument
|
Completed in 11 milliseconds