Home
last modified time | relevance | path

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

12345678

/php-src/main/
H A Dspprintf.c114 #define INS_CHAR(xbuf, ch, is_char) do { \ argument
116 smart_string_appendc((smart_string *)(xbuf), (ch)); \
118 smart_str_appendc((smart_str *)(xbuf), (ch)); \
130 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
133 memset(((smart_string *)(xbuf))->c + ((smart_string *)(xbuf))->len, (ch), (count)); \
137 memset(ZSTR_VAL(((smart_str *)(xbuf))->s) + ZSTR_LEN(((smart_str *)(xbuf))->s), (ch), (count)); \
/php-src/ext/standard/tests/array/
H A Darray_flip_variation2.phpt21 speci@! ch@r$...checking\nand\talso
94 speci@! ch@r$...checking
H A Darray_flip_variation3.phpt21 speci@! ch@r$..checking\nwith\talso
116 speci@! ch@r$..checking
H A Duasort_variation3.phpt38 and speci@! ch@r..\ncheck\talso
90 and speci@! ch@r..
H A Dusort_variation3.phpt34 and speci@! ch@r..\ncheck\talso
/php-src/ext/curl/tests/
H A Dbug77535.phpt37 curl_setopt($this->curl, CURLOPT_HEADERFUNCTION, function ($ch, $data) {
40 curl_setopt($this->curl, CURLOPT_WRITEFUNCTION, function ($ch, $data) {
/php-src/ext/com_dotnet/tests/
H A Dbug66431_0.phpt8 $text= "Xin chào cộng đồng PHP";
H A Dbug66431_1.phpt17 $text= "Xin chào cộng đồng PHP";
/php-src/ext/standard/
H A Dcrypt_freesec.c182 ascii_to_bin(char ch) in ascii_to_bin() argument
184 signed char sch = ch; in ascii_to_bin()
203 ascii_is_unsafe(char ch) in ascii_is_unsafe() argument
205 return !ch || ch == '\n' || ch == ':'; in ascii_is_unsafe()
/php-src/Zend/
H A Dzend_smart_string.h79 static zend_always_inline void smart_string_appendc_ex(smart_string *dest, char ch, bool persistent… in smart_string_appendc_ex() argument
81 dest->c[dest->len - 1] = ch; in smart_string_appendc_ex()
H A Dzend_ini_scanner.l126 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
128 (ch != 'X' && yytext[yyleng - 1] == ch) || \
/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation6.phpt53 string(46) "This co):(ntains ):(@ # $ %):( ^ & ch):(ars):("
67 string(55) "Testing):( invali):(d \k an):(d \m es):(cape ch):(ar):("
H A Dchunk_split_variation7.phpt55 ch????ars????"
63 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
H A Dchunk_split_variation4.phpt130 , ch
144 ch
/php-src/ext/mbstring/tests/
H A Dmb_ucfirst_lcfirst.phpt55 var_dump(mb_lcfirst("Xin chào"));
90 string(9) "xin chào"
H A Dmb_eregi_replace.phpt17 "я"=>"ya","ч"=>"ch","с"=>"c","м"=>"m","и"=>"i","т"=>"t",
/php-src/ext/dom/lexbor/lexbor/html/
H A Dencoding.c427 lxb_char_t ch; in lxb_html_get_attribute() local
503 ch = *data++; in lxb_html_get_attribute()
511 if (*data == ch) { in lxb_html_get_attribute()
/php-src/ext/ctype/tests/
H A Dctype_alnum_variation3.phpt28 ")speci@! ch@r$(",
H A Dctype_print_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_alpha_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_digit_variation3.phpt28 ")speci@! ch@r$(",
H A Dctype_lower_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_punct_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_space_variation3.phpt29 ")speci@! ch@r$(",
/php-src/sapi/litespeed/
H A Dlsapilib.c2217 if ((ch != *p )||(( *p == '_' )&&( ch != '-'))) in GetHeaderVar()
2396 char ch = *pKey++; in LSAPI_ForeachHeader_r() local
2397 if ( ch == '-' ) in LSAPI_ForeachHeader_r()
2511 if (( ch == '\n' )||( ch == '\r' )) in LSAPI_AppendRespHeader2_r()
2521 if (( ch == '\n' )||( ch == '\r' )) in LSAPI_AppendRespHeader2_r()
2560 char ch = *(pBuf + len - 1 ); in LSAPI_AppendRespHeader_r() local
2561 if (( ch == '\n' )||( ch == '\r' )) in LSAPI_AppendRespHeader_r()
3963 char ch; in LSAPI_Init_Env_Parameters() local
3999 ch = *(p + strlen(p) - 1); in LSAPI_Init_Env_Parameters()
4000 if ( ch == 'G' || ch == 'g' ) in LSAPI_Init_Env_Parameters()
[all …]

Completed in 51 milliseconds

12345678