Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Darray.c2715 int err = 0, is_step_double = 0; local
2726 is_step_double = Z_TYPE_P(zstep) == IS_DOUBLE;
2744 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) {
2791 } else if (Z_TYPE_P(zlow) == IS_DOUBLE || Z_TYPE_P(zhigh) == IS_DOUBLE || is_step_double) {

Completed in 19 milliseconds