Searched refs:is_step_double (Results 1 – 1 of 1) sorted by relevance
2852 bool is_step_double = false; local2884 is_step_double = true;2944 if (is_step_double) {3006 if (start_type == IS_DOUBLE || end_type == IS_DOUBLE || is_step_double) {3046 ZEND_ASSERT(start_type == IS_LONG && end_type == IS_LONG && !is_step_double);
Completed in 19 milliseconds