Searched refs:variant_add (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/com_dotnet/tests/ |
H A D | variants.phpt | 77 variant_add(42, hello) 193 variant_add(3.5, hello) 281 variant_add(hello, 42) 343 variant_add(hello, 3.5) 463 variant_add(hello, ) 553 variant_add(0, hello)
|
H A D | variants_x64.phpt | 80 variant_add(42, hello) 196 variant_add(3.5, hello) 284 variant_add(hello, 42) 346 variant_add(hello, 3.5) 466 variant_add(hello, ) 556 variant_add(0, hello)
|
/php-src/ext/com_dotnet/ |
H A D | com_extension_arginfo.h | 135 ZEND_FUNCTION(variant_add); 174 ZEND_FE(variant_add, arginfo_variant_add)
|
H A D | com_extension.stub.php | 293 function variant_add(mixed $left, mixed $right): variant {} function
|
H A D | com_variant.c | 652 PHP_FUNCTION(variant_add) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds