Home
last modified time | relevance | path

Searched refs:ch (Results 126 – 150 of 161) sorted by relevance

1234567

/PHP-5.4/ext/curl/
H A Dphp_curl.h153 int _php_curl_verify_handlers(php_curl *ch, int reporterror TSRMLS_DC);
/PHP-5.4/Zend/
H A Dzend_operators.c1723 int ch; in increment_string() local
1739 ch = s[pos]; in increment_string()
1740 if (ch >= 'a' && ch <= 'z') { in increment_string()
1741 if (ch == 'z') { in increment_string()
1749 } else if (ch >= 'A' && ch <= 'Z') { in increment_string()
1750 if (ch == 'Z') { in increment_string()
1758 } else if (ch >= '0' && ch <= '9') { in increment_string()
1759 if (ch == '9') { in increment_string()
H A Dzend_ini_scanner.c122 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
124 (ch != 'X' && yytext[yyleng - 1] == ch) || \
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c1870 char ch = toupper( *pKey ); in GetHeaderVar() local
1871 if ((ch != *p )||(( *p == '_' )&&( ch != '-'))) in GetHeaderVar()
2048 char ch = *pKey++; in LSAPI_ForeachHeader_r() local
2049 if ( ch == '-' ) in LSAPI_ForeachHeader_r()
2052 *p++ = toupper( ch ); in LSAPI_ForeachHeader_r()
2165 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2166 if (( ch == '\n' )||( ch == '\r' )) in LSAPI_AppendRespHeader2_r()
2175 char ch = *(pHeaderValue + valLen - 1 ); in LSAPI_AppendRespHeader2_r() local
2176 if (( ch == '\n' )||( ch == '\r' )) in LSAPI_AppendRespHeader2_r()
2216 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local
[all …]
H A Dlsapi_main.c494 char ch; in lsapi_chdir_primary_script() local
507 ch = *p; in lsapi_chdir_primary_script()
515 *p = ch; in lsapi_chdir_primary_script()
/PHP-5.4/ext/ctype/tests/
H A Dctype_graph_variation3.phpt34 ")speci@! ch@r$(",
H A Dctype_punct_variation3.phpt35 ")speci@! ch@r$(",
H A Dctype_cntrl_variation3.phpt34 ")speci@! ch@r$(",
/PHP-5.4/main/
H A Dsnprintf.c564 #define PAD( width, len, ch ) do \ argument
566 INS_CHAR( ch, sp, bep, cc ) ; \
576 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
/PHP-5.4/ext/hash/tests/
H A Dfnv132.phpt41 array( "ch", "6e772a5c" ),
57 array( "ch\0", "4197aed4" ),
124 array( "http://www.fourmilab.ch/gravitation/orbits/", "12e6dffe" ),
H A Dfnv164.phpt41 array( "ch", "08326507b4eb341c" ),
57 array( "ch\0", "d8d5c8186ba98b94" ),
124 array( "http://www.fourmilab.ch/gravitation/orbits/", "d47e8d8a2333c6de" ),
/PHP-5.4/ext/standard/tests/strings/
H A Dstr_split_variation3.phpt152 string(7) "cape ch"
H A Dchunk_split_variation2.phpt94 string(28) "This is ch*uklen vari*ation*"
/PHP-5.4/win32/
H A Dglob.c880 g_strchr(str, ch) in g_strchr() argument
882 int ch;
885 if (*str == ch)
/PHP-5.4/ext/soap/
H A Dphp_http.c1341 char ch, done, headerbuf[8192]; in get_http_body() local
1371 ch = php_stream_getc(stream); in get_http_body()
1372 if (ch == '\r') { in get_http_body()
1373 ch = php_stream_getc(stream); in get_http_body()
1375 if (ch != '\n') { in get_http_body()
H A Dphp_xml.c72 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace() argument
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_exec.c3670 register pcre_uint32 ch, och; in match() local
3673 GETCHARINC(ch, ecode); in match()
3678 if (ch == c) RRETURN(MATCH_NOMATCH); in match()
3683 if (ch > 127) in match()
3684 och = UCD_OTHERCASE(ch); in match()
3686 if (ch > 127) in match()
3687 och = ch; in match()
3690 och = TABLE_GET(ch, md->fcc, ch); in match()
3691 if (ch == c || och == c) RRETURN(MATCH_NOMATCH); in match()
3697 register pcre_uint32 ch = ecode[1]; in match() local
[all …]
H A Dpcre_compile.c9535 pcre_uchar ch = re->first_char; in pcre_compile2() local
9538 if (PRINTABLE(ch)) printf("First char = %c%s\n", ch, caseless); in pcre_compile2()
9539 else printf("First char = \\x%02x%s\n", ch, caseless); in pcre_compile2()
9544 pcre_uchar ch = re->req_char; in pcre_compile2() local
9547 if (PRINTABLE(ch)) printf("Req char = %c%s\n", ch, caseless); in pcre_compile2()
9548 else printf("Req char = \\x%02x%s\n", ch, caseless); in pcre_compile2()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt92 if (!preg_match("@^\s*[/\w\\\\d\.\-]+\.[ch]@ismU", $trace))
/PHP-5.4/ext/standard/
H A Dstring.c5461 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
5489 php_charmask((unsigned char *)char_list, char_list_len, ch TSRMLS_CC);
5496 if ((*p == '\'' && (!char_list || !ch['\''])) || (*p == '-' && (!char_list || !ch['-']))) {
5500 if (*(e - 1) == '-' && (!char_list || !ch['-'])) {
5506 …while (p < e && (isalpha((unsigned char)*p) || (char_list && ch[(unsigned char)*p]) || *p == '\'' …
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY438 many const-ification to many *.[ch] files.
577 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19".
626 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch].
1444 2003/03/11: [inst] add regparse.[ch] in win32/Makefile.
1463 2003/03/07: [impl] use hash table(st.[ch]) for implementation of name table.
/PHP-5.4/ext/standard/tests/file/
H A Dfnmatch_variation.phpt31 5 => "ma[pt]ch*",
/PHP-5.4/ext/gd/libgd/
H A Dgd.c47 #define ASC(ch) ch argument
49 #define ASC(ch) gd_toascii[(unsigned char)ch] argument
/PHP-5.4/ext/gd/
H A Dgd.c3647 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
3660 ch = (int)((unsigned char)*C); in php_imagechar()
3674 gdImageChar(im, font, x, y, ch, col); in php_imagechar()
3677 php_gdimagecharup(im, font, x, y, ch, col); in php_imagechar()
/PHP-5.4/ext/phar/
H A Dphar.c2094 static inline int in_character_class(char ch, const char *delim) /* {{{ */ argument
2097 if (*delim == ch) {

Completed in 148 milliseconds

1234567