Searched refs:is_step_double (Results 1 – 1 of 1) sorted by relevance
2961 bool is_step_double = false; local2993 is_step_double = true;3053 if (is_step_double) {3115 if (start_type == IS_DOUBLE || end_type == IS_DOUBLE || is_step_double) {3155 ZEND_ASSERT(start_type == IS_LONG && end_type == IS_LONG && !is_step_double);
Completed in 18 milliseconds