Searched refs:dbl (Results 1 – 2 of 2) sorted by relevance
618 double dbl = Z_DVAL_P(val); in php_json_encode() local620 if (!zend_isinf(dbl) && !zend_isnan(dbl)) { in php_json_encode()621 len = spprintf(&d, 0, "%.*k", (int) EG(precision), dbl); in php_json_encode()625 …ref(NULL TSRMLS_CC, E_WARNING, "double %.9g does not conform to the JSON spec, encoded as 0", dbl); in php_json_encode()
254 double dbl;
Completed in 11 milliseconds