Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/regex/
H A Dsplit.c17 register char sepc = sep[0]; local
25 if (sepc == '\0') {
31 sepc = ' ';
48 while ((c = *p++) != sepc)
56 while ((c = *p++) != sepc)
70 while ((c = *p++) != sepc && c != sepc2)
79 while ((c = *p++) == sepc || c == sepc2)
86 while ((c = *p++) == sepc || c == sepc2)
96 while ((c = *--p) == sepc || c == sepc2)
119 while ((sepc = *sepp++) != '\0' && sepc != c)
[all …]

Completed in 7 milliseconds