Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/
H A Dregex.patch15 if (errcode == REG_ATOI)
40 - regatoi - internal routine to implement REG_ATOI
/PHP-5.5/ext/ereg/regex/
H A Dregex.h62 #define REG_ATOI 255 /* convert name to number (!) */ macro
H A Dregerror.c77 if (errcode == REG_ATOI) in regerror()
H A Dmain.c187 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
508 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf));
H A DWHATSNEW45 the syntax is disgusting and so is the implementation. The REG_ATOI
55 small extensions -- REG_ITOA and REG_ATOI -- which avoid debugging kludges

Completed in 13 milliseconds