Home
last modified time | relevance | path

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

12345678

/php-src/ext/curl/tests/
H A Dcurl_ssh_hostkey_invalid_callable.phpt30 $ch = curl_init($url);
31 testOption($ch, CURLOPT_SSH_HOSTKEYFUNCTION);
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/standard/
H A Dfile.c1788 while (ch < end) { in php_fputcsv()
1797 ch++; in php_fputcsv()
2242 ch = md->lc; in php_next_meta_token()
2246 switch (ch) { in php_next_meta_token()
2264 compliment = ch; in php_next_meta_token()
2266 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch in php_next_meta_token()
2274 if (ch == '<' || ch == '>') { in php_next_meta_token()
2277 md->lc = ch; in php_next_meta_token()
2299 if (isalnum(ch)) { in php_next_meta_token()
2311 if (!isalpha(ch) && ch != '-') { in php_next_meta_token()
[all …]
H A Dbase64.c252 int ch; in php_base64_decode_impl() local
267 ch = *in++; in php_base64_decode_impl()
268 if (ch == base64_pad) { in php_base64_decode_impl()
273 ch = base64_reverse_table[ch]; in php_base64_decode_impl()
276 if (ch < 0) { in php_base64_decode_impl()
281 if (ch == -1) { in php_base64_decode_impl()
285 if (ch == -2 || padding) { in php_base64_decode_impl()
292 out[j] = ch << 2; in php_base64_decode_impl()
295 out[j++] |= ch >> 4; in php_base64_decode_impl()
299 out[j++] |= ch >>2; in php_base64_decode_impl()
[all …]
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/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt20 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
67 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
72 It has _speci@l ch@r$ 222:::2 !!!Now \k as escape char::: to test
77 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
H A Dstrrchr_variation5.phpt39 ch
53 ch
H A Dstr_split_variation4.phpt105 string(5) " & ch"
169 string(5) "pe ch"
176 string(5) "to ch"
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/gd/libgd/
H A Dgd_gd.c193 int ch; in gdImageCreateFromGdCtx() local
194 ch = gdGetC(in); in gdImageCreateFromGdCtx()
195 if (ch == EOF) { in gdImageCreateFromGdCtx()
199 im->pixels[y][x] = ch; in gdImageCreateFromGdCtx()
/php-src/
H A D.gitattributes20 *.[ch] diff=cpp
27 /Zend/zend_vm_opcodes.[ch] linguist-generated -diff
/php-src/Zend/
H A Dzend_smart_str.h122 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, bool persistent) { in smart_str_appendc_ex() argument
124 ZSTR_VAL(dest->s)[new_len - 1] = ch; in smart_str_appendc_ex()
182 static zend_always_inline void smart_str_appendc(smart_str *dest, char ch) in smart_str_appendc() argument
184 smart_str_appendc_ex(dest, ch, false); in smart_str_appendc()
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()
/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/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/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()

Completed in 46 milliseconds

12345678