Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.c2114 static int compare_double_to_string(double dval, zend_string *str) /* {{{ */ in compare_double_to_string() function
2202 return compare_double_to_string(Z_DVAL_P(op1), Z_STR_P(op2)); in zend_compare()
2209 return -compare_double_to_string(Z_DVAL_P(op2), Z_STR_P(op1)); in zend_compare()

Completed in 14 milliseconds