Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_operators.c2209 double str_dval; in compare_long_to_string() local
2210 uint8_t type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_long_to_string()
2217 return ZEND_THREEWAY_COMPARE((double) lval, str_dval); in compare_long_to_string()
2231 double str_dval; in compare_double_to_string() local
2232 uint8_t type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_double_to_string()
2239 return ZEND_THREEWAY_COMPARE(dval, str_dval); in compare_double_to_string()

Completed in 12 milliseconds