Searched refs:str_dval (Results 1 – 1 of 1) sorted by relevance
2044 double str_dval; in compare_long_to_string() local2045 zend_uchar type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_long_to_string()2052 double diff = (double) lval - str_dval; in compare_long_to_string()2067 double str_dval; in compare_double_to_string() local2068 zend_uchar type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_double_to_string()2076 if (dval == str_dval) { in compare_double_to_string()2079 return ZEND_NORMALIZE_BOOL(dval - str_dval); in compare_double_to_string()
Completed in 11 milliseconds