Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Darray.c2852 bool is_step_double = false; local
2884 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 16 milliseconds