Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Darray.c2760 int err = 0, is_step_double = 0; local
2772 is_step_double = 1;
2776 is_step_double = 1;
2802 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) {
2849 } else if (Z_TYPE_P(zlow) == IS_DOUBLE || Z_TYPE_P(zhigh) == IS_DOUBLE || is_step_double) {

Completed in 18 milliseconds