Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Darray.c1627 int err = 0, is_step_double = 0; in PHP_FUNCTION() local
1638 is_step_double = 1; in PHP_FUNCTION()
1662 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) { in PHP_FUNCTION()
1703 } else if (Z_TYPE_P(zlow) == IS_DOUBLE || Z_TYPE_P(zhigh) == IS_DOUBLE || is_step_double) { in PHP_FUNCTION()

Completed in 24 milliseconds