Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c2961 bool is_step_double = false; local
2993 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