Searched refs:is_step_double (Results 1 – 1 of 1) sorted by relevance
1627 int err = 0, is_step_double = 0; in PHP_FUNCTION() local1638 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 13 milliseconds