Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Darray.c2908 uint8_t end_type; local
2916 end_type = php_range_process_input(user_end, 2, &end_long, &end_double);
2917 if (end_type == 0) {
2922 if (start_type >= IS_STRING || end_type >= IS_STRING) {
2924 if (UNEXPECTED(start_type < IS_STRING || end_type < IS_STRING)) {
2926 if (end_type != IS_ARRAY) {
2930 end_type = IS_LONG;
2931 } else if (end_type < IS_STRING) {
2946 if (start_type == IS_STRING || end_type == IS_STRING) {
2953 end_type = IS_LONG;
[all …]

Completed in 24 milliseconds