Home
last modified time | relevance | path

Searched refs:start_type (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/standard/
H A Darray.c3015 uint8_t start_type; local
3023 if (start_type == 0) {
3032 if (start_type >= IS_STRING || end_type >= IS_STRING) {
3034 if (UNEXPECTED(start_type < IS_STRING || end_type < IS_STRING)) {
3035 if (start_type < IS_STRING) {
3042 if (start_type != IS_ARRAY) {
3046 start_type = IS_LONG;
3056 if (start_type == IS_STRING || end_type == IS_STRING) {
3064 start_type = IS_LONG;
3116 if (start_type == IS_DOUBLE || end_type == IS_DOUBLE || is_step_double) {
[all …]

Completed in 23 milliseconds