Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/formatter/
H A Dformatter_parse.c89 RETVAL_DOUBLE(val64); in PHP_FUNCTION()
96 RETVAL_DOUBLE(val_double); in PHP_FUNCTION()
179 RETVAL_DOUBLE( number ); in PHP_FUNCTION()
H A Dformatter_attr.c84 RETVAL_DOUBLE(value_double); in PHP_FUNCTION()
/PHP-5.5/ext/json/
H A Djson.c747 RETVAL_DOUBLE(d); in php_json_decode_ex()
752 RETVAL_DOUBLE(d); in php_json_decode_ex()
/PHP-5.5/ext/dom/
H A Dxpath.c517 RETVAL_DOUBLE(xpathobjp->floatval) in php_xpath_eval()
/PHP-5.5/Zend/
H A Dzend_API.h621 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) macro
633 #define RETURN_DOUBLE(d) { RETVAL_DOUBLE(d); return; }

Completed in 21 milliseconds