Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c3019 zend_long end_long; local
3025 end_type = php_range_process_input(user_end, 2, &end_long, &end_double);
3161 if (start_long > end_long) {
3162 if ((zend_ulong)start_long - end_long < unsigned_step) {
3166 RANGE_CHECK_LONG_INIT_ARRAY(start_long, end_long, unsigned_step);
3174 } else if (end_long > start_long) { /* Increasing int range */
3178 if ((zend_ulong)end_long - start_long < unsigned_step) {
3182 RANGE_CHECK_LONG_INIT_ARRAY(end_long, start_long, unsigned_step);

Completed in 27 milliseconds