Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/formatter/
H A Dformatter_parse.c87 RETVAL_DOUBLE(val64); in PHP_FUNCTION()
94 RETVAL_DOUBLE(val_double); in PHP_FUNCTION()
176 RETVAL_DOUBLE( number ); in PHP_FUNCTION()
H A Dformatter_attr.c84 RETVAL_DOUBLE(value_double); in PHP_FUNCTION()
/PHP-5.3/ext/json/
H A Djson.c541 RETVAL_DOUBLE(d); in php_json_decode()
/PHP-5.3/ext/dom/
H A Dxpath.c516 RETVAL_DOUBLE(xpathobjp->floatval) in php_xpath_eval()
/PHP-5.3/Zend/
H A Dzend_API.h588 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) macro
600 #define RETURN_DOUBLE(d) { RETVAL_DOUBLE(d); return; }

Completed in 13 milliseconds