Home
last modified time | relevance | path

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

/PHP-5.4/ext/ereg/regex/
H A Dsplit.c18 register char sepc2; local
34 sepc2 = sep[1]; /* now we can safely pick this up */
41 if (sepc2 == '\0') {
70 while ((c = *p++) != sepc && c != sepc2)
79 while ((c = *p++) == sepc || c == sepc2)
86 while ((c = *p++) == sepc || c == sepc2)
90 while ((c = *p++) != '\0' && c != sepc && c != sepc2)
96 while ((c = *--p) == sepc || c == sepc2)

Completed in 4 milliseconds