Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_018.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
/PHP-7.4/ext/ffi/
H A Dffi.c4376 Z_PARAM_LONG(ch) in ZEND_METHOD()
5575 value = val->ch;
5981 length = len->ch;
6794 val->ch = val->ch OP op2->ch; \
6852 val->ch = val->ch OP op2->ch; \
6922 val->i64 = val->ch OP op2->ch; \
7219 val->ch = -val->ch;
7233 val->ch = ~val->ch;
7423 val->ch = '\b';
7447 val->ch = n;
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c710 PCRE2_UCHAR ch; in pcre2_printint() local
711 while ((ch = *ccode++) != XCL_END) in pcre2_printint()
716 switch(ch) in pcre2_printint()
752 if (ch == XCL_RANGE) in pcre2_printint()
H A Dpcre2_match.c1053 uint32_t ch; in match() local
1057 if (ch == fc) in match()
1063 if (ch > 127) in match()
1064 ch = UCD_OTHERCASE(ch); in match()
1066 ch = (mb->fcc)[ch]; in match()
1075 uint32_t ch; in match() local
1077 ch = Fecode[1]; in match()
1080 if (ch == fc) in match()
1087 ch = UCD_OTHERCASE(ch); in match()
1089 ch = (mb->fcc)[ch]; in match()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dusort_variation3.phpt39 and speci@! ch@r..\ncheck\talso
/PHP-7.4/ext/ctype/tests/
H A Dctype_print_variation3.phpt34 ")speci@! ch@r$(",
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_upper_variation3.phpt33 ")speci@! ch@r$(",
H A Dctype_space_variation3.phpt34 ")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-7.4/sapi/litespeed/
H A Dlsapilib.c2203 if ((ch != *p )||(( *p == '_' )&&( ch != '-'))) in GetHeaderVar()
2382 char ch = *pKey++; in LSAPI_ForeachHeader_r() local
2383 if ( ch == '-' ) in LSAPI_ForeachHeader_r()
2497 if (( ch == '\n' )||( ch == '\r' )) in LSAPI_AppendRespHeader2_r()
2507 if (( ch == '\n' )||( ch == '\r' )) in LSAPI_AppendRespHeader2_r()
2546 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local
2547 if (( ch == '\n' )||( ch == '\r' )) in LSAPI_AppendRespHeader_r()
3943 char ch; in LSAPI_Init_Env_Parameters() local
3979 ch = *(p + strlen(p) - 1); in LSAPI_Init_Env_Parameters()
3980 if ( ch == 'G' || ch == 'g' ) in LSAPI_Init_Env_Parameters()
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_chr_ord.phpt8 for($ch = 1; $ch < 80000; $ch++) {
9 $str = mb_chr($ch);
11 echo "ERROR($ch)\n";
14 if ($ch != mb_ord($str)) {
15 echo "REAL ERROR($ch)\n";
/PHP-7.4/main/
H A Dsnprintf.c566 #define PAD( width, len, ch ) do \ argument
568 INS_CHAR( ch, sp, bep, cc ) ; \
578 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument
/PHP-7.4/ext/hash/tests/
H A Dfnv132.phpt39 array( "ch", "6e772a5c" ),
55 array( "ch\0", "4197aed4" ),
122 array( "http://www.fourmilab.ch/gravitation/orbits/", "12e6dffe" ),
H A Dfnv164.phpt39 array( "ch", "08326507b4eb341c" ),
55 array( "ch\0", "d8d5c8186ba98b94" ),
122 array( "http://www.fourmilab.ch/gravitation/orbits/", "d47e8d8a2333c6de" ),
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation3.phpt152 string(7) "cape ch"
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re324 unsigned char ch = 0;
329 ch = (ch << 4) + (**p -'0');
331 ch = (ch << 4) + (**p -'a'+10);
333 ch = (ch << 4) + (**p -'A'+10);
339 ZSTR_VAL(str)[i] = (char)ch;
/PHP-7.4/win32/
H A Dglob.c881 g_strchr(str, ch) in g_strchr() argument
883 int ch;
886 if (*str == ch)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c103 #define PAD( width, len, ch ) do \ argument
105 INS_CHAR( ch, sp, bep, cc ) ; \
115 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES argument

Completed in 158 milliseconds

1234567