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.c2967 bool is_step_double = false; local
2999 is_step_double = true;
3055 if (is_step_double) {
3117 if (start_type == IS_DOUBLE || end_type == IS_DOUBLE || is_step_double) {
3157 ZEND_ASSERT(start_type == IS_LONG && end_type == IS_LONG && !is_step_double);

Completed in 23 milliseconds