Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c3019 uint8_t end_type; local
3027 end_type = php_range_process_input(user_end, 2, &end_long, &end_double);
3028 if (end_type == 0) {
3033 if (start_type >= IS_STRING || end_type >= IS_STRING) {
3035 if (UNEXPECTED(start_type < IS_STRING || end_type < IS_STRING)) {
3037 if (end_type != IS_ARRAY) {
3041 end_type = IS_LONG;
3042 } else if (end_type < IS_STRING) {
3057 if (start_type == IS_STRING || end_type == IS_STRING) {
3064 end_type = IS_LONG;
[all …]

Completed in 21 milliseconds