Home
last modified time | relevance | path

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

/php-src/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-src/ext/random/
H A Drandomizer.c195 RETVAL_DOUBLE(php_random_gammasection_open_open(randomizer->engine, min, max)); in PHP_METHOD()
/php-src/ext/dom/
H A Dxpath.c372 RETVAL_DOUBLE(xpathobjp->floatval); in php_xpath_eval()
/php-src/Zend/
H A Dzend_API.h1010 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) macro
1036 #define RETURN_DOUBLE(d) do { RETVAL_DOUBLE(d); return; } while (0)

Completed in 22 milliseconds