Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Darray.c2905 uint8_t start_type; local
2913 if (start_type == 0) {
2922 if (start_type >= IS_STRING || end_type >= IS_STRING) {
2924 if (UNEXPECTED(start_type < IS_STRING || end_type < IS_STRING)) {
2925 if (start_type < IS_STRING) {
2932 if (start_type != IS_ARRAY) {
2936 start_type = IS_LONG;
2946 if (start_type == IS_STRING || end_type == IS_STRING) {
2954 start_type = IS_LONG;
3006 if (start_type == IS_DOUBLE || end_type == IS_DOUBLE || is_step_double) {
[all …]

Completed in 21 milliseconds