Home
last modified time | relevance | path

Searched refs:parse_state (Results 1 – 1 of 1) sorted by path

/php-src/ext/standard/
H A Darray.c6014 int parse_state[MULTISORT_LAST]; /* 0 - flag not allowed 1 - flag allowed */ local
6027 parse_state[i] = 0;
6053 parse_state[k] = 1;
6060 if (parse_state[MULTISORT_ORDER] == 1) {
6063 parse_state[MULTISORT_ORDER] = 0;
6076 if (parse_state[MULTISORT_TYPE] == 1) {
6079 parse_state[MULTISORT_TYPE] = 0;

Completed in 28 milliseconds