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.c3016 uint8_t start_type; local
3024 if (start_type == 0) {
3033 if (start_type >= IS_STRING || end_type >= IS_STRING) {
3035 if (UNEXPECTED(start_type < IS_STRING || end_type < IS_STRING)) {
3036 if (start_type < IS_STRING) {
3043 if (start_type != IS_ARRAY) {
3047 start_type = IS_LONG;
3057 if (start_type == IS_STRING || end_type == IS_STRING) {
3065 start_type = IS_LONG;
3117 if (start_type == IS_DOUBLE || end_type == IS_DOUBLE || is_step_double) {
[all …]

Completed in 19 milliseconds