Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.c2094 double str_dval; in compare_long_to_string() local
2095 zend_uchar type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_long_to_string()
2102 double diff = (double) lval - str_dval; in compare_long_to_string()
2117 double str_dval; in compare_double_to_string() local
2118 zend_uchar type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_double_to_string()
2126 if (dval == str_dval) { in compare_double_to_string()
2129 return ZEND_NORMALIZE_BOOL(dval - str_dval); in compare_double_to_string()

Completed in 16 milliseconds