Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/formatter/
H A Dformatter_parse.c79 RETVAL_DOUBLE(val64); in PHP_FUNCTION()
86 RETVAL_DOUBLE(val_double); in PHP_FUNCTION()
171 RETVAL_DOUBLE( number ); in PHP_FUNCTION()
H A Dformatter_attr.c74 RETVAL_DOUBLE(value_double); in PHP_FUNCTION()
/PHP-8.3/ext/random/
H A Drandomizer.c193 RETVAL_DOUBLE(php_random_gammasection_open_open(randomizer->algo, randomizer->status, min, max)); in PHP_METHOD()
/PHP-8.3/ext/dom/
H A Dxpath.c456 RETVAL_DOUBLE(xpathobjp->floatval); in php_xpath_eval()
/PHP-8.3/Zend/
H A Dzend_API.h1005 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) macro
1031 #define RETURN_DOUBLE(d) do { RETVAL_DOUBLE(d); return; } while (0)

Completed in 28 milliseconds