Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c960 if (!IS_DIGIT(*p)) return FALSE; in is_counted_repeat()
962 while (IS_DIGIT(*p)) p++; in is_counted_repeat()
970 while (IS_DIGIT(*p)) p++; in is_counted_repeat()
1151 while (IS_DIGIT(ptr[1])) in check_escape()
1162 while (IS_DIGIT(ptr[1])) in check_escape()
1218 while (IS_DIGIT(ptr[1])) in check_escape()
1610 while (IS_DIGIT(*p)) in read_repeat_counts()
1625 while(IS_DIGIT(*p)) in read_repeat_counts()
6826 if (IS_DIGIT(*ptr)) in compile_branch()
7093 if (IS_DIGIT(*ptr)) in compile_branch()
[all …]

Completed in 31 milliseconds