Searched refs:strpbrk (Results 1 - 14 of 14) sorted by relevance
| /PHP_5_3/ext/filter/ |
| H A D | logical_filters.c | 387 if ((!dval && p - num > 1 && strpbrk(num, "123456789")) || !zend_finite(dval)) {
|
| /PHP_5_3/ext/ftp/ |
| H A D | ftp.c | 1102 if (strpbrk(cmd, "\r\n")) { 1111 if (strpbrk(args, "\r\n")) {
|
| /PHP_5_3/ext/iconv/ |
| H A D | iconv.c | 2795 if ((to_charset = strpbrk(from_charset, "/.")) == NULL) {
|
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 4374 while ((p = strpbrk(p, "\\\""))) {
|
| /PHP_5_3/ext/pdo_pgsql/ |
| H A D | pgsql_driver.c | 912 if (strpbrk(modestr, "+w")) {
|
| /PHP_5_3/ext/session/ |
| H A D | session.c | 500 if (PS(id) && strpbrk(PS(id), "\r\n\t <>'\"\\")) { 1455 if ((q = strpbrk(p, "/?\\"))) {
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 2747 PHP_FE(strpbrk, arginfo_strpbrk)
|
| H A D | ftp_fopen_wrapper.c | 110 if (strpbrk(stream->mode, "wa+")) { 433 if (strpbrk(mode, "r+")) { 436 if (strpbrk(mode, "wa+")) {
|
| H A D | head.c | 85 if (name && strpbrk(name, "=,; \t\r\n\013\014") != NULL) { /* man isspace for \013 and \014 */ 90 if (!url_encode && value && strpbrk(value, ",; \t\r\n\013\014") != NULL) { /* man isspace for \013 and \014 */
|
| H A D | http_fopen_wrapper.c | 147 if (strpbrk(mode, "awx+")) {
|
| H A D | mail.c | 231 while ((p = strpbrk(p, "\r\n"))) {
|
| H A D | math.c | 1121 dp = strpbrk(tmpbuf, ".,");
|
| H A D | php_fopen_wrapper.c | 184 if (strpbrk(mode, "wa+")) { 193 if (strpbrk(mode, "wa+")) {
|
| H A D | php_string.h | 93 PHP_FUNCTION(strpbrk); variable
|
Completed in 37 milliseconds