Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_operators.c2197 double str_dval; in compare_long_to_string() local
2198 uint8_t type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_long_to_string()
2205 return ZEND_THREEWAY_COMPARE((double) lval, str_dval); in compare_long_to_string()
2219 double str_dval; in compare_double_to_string() local
2220 uint8_t type = is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &str_lval, &str_dval, 0); in compare_double_to_string()
2227 return ZEND_THREEWAY_COMPARE(dval, str_dval); in compare_double_to_string()

Completed in 13 milliseconds