Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c3014 uint8_t start_type; local
3022 if (start_type == 0) {
3031 if (start_type >= IS_STRING || end_type >= IS_STRING) {
3033 if (UNEXPECTED(start_type < IS_STRING || end_type < IS_STRING)) {
3034 if (start_type < IS_STRING) {
3041 if (start_type != IS_ARRAY) {
3045 start_type = IS_LONG;
3055 if (start_type == IS_STRING || end_type == IS_STRING) {
3063 start_type = IS_LONG;
3115 if (start_type == IS_DOUBLE || end_type == IS_DOUBLE || is_step_double) {
[all …]

Completed in 19 milliseconds