Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Darray.c1597 int err = 0, is_step_double = 0; in PHP_FUNCTION() local
1608 is_step_double = 1; in PHP_FUNCTION()
1632 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) { in PHP_FUNCTION()
1673 } else if (Z_TYPE_P(zlow) == IS_DOUBLE || Z_TYPE_P(zhigh) == IS_DOUBLE || is_step_double) { in PHP_FUNCTION()

Completed in 32 milliseconds