Home
last modified time | relevance | path

Searched refs:zend_double_to_str (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_operators.c694 ZVAL_NEW_STR(op, zend_double_to_str(Z_DVAL_P(op))); in _convert_to_string()
968 return zend_double_to_str(Z_DVAL_P(op)); in __zval_get_string_func()
2132 zend_string *dval_as_str = zend_double_to_str(dval); in compare_double_to_string()
3292 ZEND_API zend_string* ZEND_FASTCALL zend_double_to_str(double num) function
H A Dzend_operators.h918 ZEND_API zend_string* ZEND_FASTCALL zend_double_to_str(double num);

Completed in 15 milliseconds