Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/ctype/tests/
H A Dctype_alnum_variation3.phpt33 ")speci@! ch@r$(",
H A Dctype_alpha_variation3.phpt34 ")speci@! ch@r$(",
H A Dctype_digit_variation3.phpt33 ")speci@! ch@r$(",
H A Dctype_lower_variation3.phpt34 ")speci@! ch@r$(",
H A Dctype_space_variation3.phpt34 ")speci@! ch@r$(",
H A Dctype_upper_variation3.phpt33 ")speci@! ch@r$(",
H A Dctype_xdigit_variation3.phpt34 ")speci@! ch@r$(",
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.5/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.c517 char ch; in lsapi_chdir_primary_script() local
530 ch = *p; in lsapi_chdir_primary_script()
538 *p = ch; in lsapi_chdir_primary_script()
/PHP-5.5/ext/curl/
H A Dphp_curl.h201 void _php_curl_verify_handlers(php_curl *ch, int reporterror TSRMLS_DC);
/PHP-5.5/Zend/
H A Dzend_operators.c1785 int ch; in increment_string() local
1801 ch = s[pos]; in increment_string()
1802 if (ch >= 'a' && ch <= 'z') { in increment_string()
1803 if (ch == 'z') { in increment_string()
1811 } else if (ch >= 'A' && ch <= 'Z') { in increment_string()
1812 if (ch == 'Z') { in increment_string()
1820 } else if (ch >= '0' && ch <= '9') { in increment_string()
1821 if (ch == '9') { in increment_string()
/PHP-5.5/main/
H A Dsnprintf.c569 #define PAD( width, len, ch ) do \ argument
571 INS_CHAR( ch, sp, bep, cc ) ; \
581 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
/PHP-5.5/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.5/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.5/win32/
H A Dglob.c889 g_strchr(str, ch) in g_strchr() argument
891 int ch;
894 if (*str == ch)
/PHP-5.5/ext/soap/
H A Dphp_http.c1403 char ch, done, headerbuf[8192]; in get_http_body() local
1433 ch = php_stream_getc(stream); in get_http_body()
1434 if (ch == '\r') { in get_http_body()
1435 ch = php_stream_getc(stream); in get_http_body()
1437 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.5/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.c9672 pcre_uchar ch = re->first_char; in pcre_compile2() local
9675 if (PRINTABLE(ch)) printf("First char = %c%s\n", ch, caseless); in pcre_compile2()
9676 else printf("First char = \\x%02x%s\n", ch, caseless); in pcre_compile2()
9681 pcre_uchar ch = re->req_char; in pcre_compile2() local
9684 if (PRINTABLE(ch)) printf("Req char = %c%s\n", ch, caseless); in pcre_compile2()
9685 else printf("Req char = \\x%02x%s\n", ch, caseless); in pcre_compile2()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt92 if (!preg_match("@^\s*[/\w\\\\d\.\-]+\.[ch]@ismU", $trace))

Completed in 90 milliseconds

1234567