Searched refs:zend_double_to_str (Results 1 – 3 of 3) sorted by relevance
78 zend_string *tmp = zend_double_to_str(Z_DVAL_P(scalar)); in php_url_encode_scalar()
753 ZVAL_NEW_STR(op, zend_double_to_str(Z_DVAL_P(op))); in _convert_to_string()1025 return zend_double_to_str(Z_DVAL_P(op)); in __zval_get_string_func()2242 zend_string *dval_as_str = zend_double_to_str(dval); in compare_double_to_string()3502 ZEND_API zend_string* ZEND_FASTCALL zend_double_to_str(double num) function
919 ZEND_API zend_string* ZEND_FASTCALL zend_double_to_str(double num);
Completed in 17 milliseconds