Home
last modified time | relevance | path

Searched refs:c (Results 76 – 100 of 4025) sorted by relevance

12345678910>>...161

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso8859_9.c83 if (c >= 0 && c < 0xa0) { in mbfl_filt_conv_8859_9_wchar()
84 s = c; in mbfl_filt_conv_8859_9_wchar()
85 } else if (c >= 0xa0 && c < 0x100) { in mbfl_filt_conv_8859_9_wchar()
86 s = iso8859_9_ucs_table[c - 0xa0]; in mbfl_filt_conv_8859_9_wchar()
88 s = c; in mbfl_filt_conv_8859_9_wchar()
93 s = c; in mbfl_filt_conv_8859_9_wchar()
100 return c; in mbfl_filt_conv_8859_9_wchar()
110 if (c >= 0 && c < 0xa0) { in mbfl_filt_conv_wchar_8859_9()
111 s = c; in mbfl_filt_conv_wchar_8859_9()
123 s = c & MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_8859_9()
[all …]
H A Dmbfilter_ucs2.c133 n = c & 0xff; in mbfl_filt_conv_ucs2_wchar()
144 n = c & 0xff; in mbfl_filt_conv_ucs2_wchar()
161 return c; in mbfl_filt_conv_ucs2_wchar()
173 n = (c & 0xff) << 8; in mbfl_filt_conv_ucs2be_wchar()
180 return c; in mbfl_filt_conv_ucs2be_wchar()
188 if (c >= 0 && c < MBFL_WCSPLANE_UCS2MAX) { in mbfl_filt_conv_wchar_ucs2be()
197 return c; in mbfl_filt_conv_wchar_ucs2be()
209 n = c & 0xff; in mbfl_filt_conv_ucs2le_wchar()
216 return c; in mbfl_filt_conv_ucs2le_wchar()
225 if (c >= 0 && c < MBFL_WCSPLANE_UCS2MAX) { in mbfl_filt_conv_wchar_ucs2le()
[all …]
H A Dmbfilter_byte4.c99 n = (c & 0xff) << 24; in mbfl_filt_conv_byte4be_wchar()
103 n = (c & 0xff) << 16; in mbfl_filt_conv_byte4be_wchar()
107 n = (c & 0xff) << 8; in mbfl_filt_conv_byte4be_wchar()
111 n = (c & 0xff) | filter->cache; in mbfl_filt_conv_byte4be_wchar()
114 return c; in mbfl_filt_conv_byte4be_wchar()
123 return c; in mbfl_filt_conv_wchar_byte4be()
132 n = (c & 0xff); in mbfl_filt_conv_byte4le_wchar()
136 n = (c & 0xff) << 8; in mbfl_filt_conv_byte4le_wchar()
140 n = (c & 0xff) << 16; in mbfl_filt_conv_byte4le_wchar()
147 return c; in mbfl_filt_conv_byte4le_wchar()
[all …]
H A Dmbfilter_utf16.c133 n = c & 0xff; in mbfl_filt_conv_utf16_wchar()
144 n = c & 0xff; in mbfl_filt_conv_utf16_wchar()
182 return c; in mbfl_filt_conv_utf16_wchar()
221 return c; in mbfl_filt_conv_utf16be_wchar()
231 if (c >= 0 && c < MBFL_WCSPLANE_UCS2MAX) { in mbfl_filt_conv_wchar_utf16be()
234 } else if (c >= MBFL_WCSPLANE_SUPMIN && c < MBFL_WCSPLANE_SUPMAX) { in mbfl_filt_conv_wchar_utf16be()
247 return c; in mbfl_filt_conv_wchar_utf16be()
260 n = c & 0xff; in mbfl_filt_conv_utf16le_wchar()
286 return c; in mbfl_filt_conv_utf16le_wchar()
296 if (c >= 0 && c < MBFL_WCSPLANE_UCS2MAX) { in mbfl_filt_conv_wchar_utf16le()
[all …]
/PHP-5.3/Zend/tests/
H A Dadd_006.phpt14 $c = $i + $s1;
15 var_dump($c);
17 $c = $i + $s2;
18 var_dump($c);
20 $c = $i + $s3;
21 var_dump($c);
23 $c = $i + $s4;
24 var_dump($c);
27 var_dump($c);
30 var_dump($c);
[all …]
/PHP-5.3/ext/standard/tests/serialize/
H A Dserialization_objects_013.phpt29 $uobj->c = "obj->c.changed";
106 ["c"]=>
115 ["c"]=>
123 ["c"]=>
131 ["c"]=>
139 ["c"]=>
146 ["c"]=>
155 ["c"]=>
163 ["c"]=>
171 ["c"]=>
[all …]
H A Dserialization_objects_015.phpt19 $uobj->c = "obj->c.changed";
28 $obj->c = 1;
80 ["c"]=>
89 ["c"]=>
97 ["c"]=>
105 ["c"]=>
113 ["c"]=>
124 ["c"]=>
133 ["c"]=>
141 ["c"]=>
[all …]
H A Dserialization_objects_014.phpt29 $uobj->c = "obj->c.changed";
83 ["c"]=>
92 ["c"]=>
100 ["c"]=>
108 ["c"]=>
116 ["c"]=>
127 ["c"]=>
136 ["c"]=>
144 ["c"]=>
152 ["c"]=>
[all …]
/PHP-5.3/ext/gd/
H A Dconfig.w3233 EXTENSION("gd", "gd.c", null, "-Iext/gd/libgd", "php_gd2.dll");
34 ADD_SOURCES("ext/gd/libgd", "gd2copypal.c gd_arc_f_buggy.c gd.c \
35 gdcache.c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c \
36 gdft.c gd_gd2.c gd_gd.c gd_gif_in.c gd_gif_out.c gdhelpers.c gd_io.c gd_io_dp.c \
37 gd_io_file.c gd_io_ss.c gd_jpeg.c gdkanji.c gd_png.c gd_ss.c \
38 gdtables.c gd_topal.c gd_wbmp.c gdxpm.c wbmp.c xbm.c gd_security.c \
39 gd_filter.c gd_pixelate.c gd_arc.c gd_rotate.c gd_color.c", "gd");
/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_variation9.phpt19 "%c",
20 "%+c %-c %C",
21 "%lc %Lc, %4c %-4c",
22 "%10.4c %-10.4c %04c %04.4c",
23 "%'#2c %'2c %'$2c %'_2c",
24 "%c %c %c %c",
25 "% %%c c%",
26 '%3$c %4$c %1$c %2$c'
33 array('c', 67, 68),
68c, � C
[all …]
H A Dvsprintf_variation9.phpt19 "%c",
20 "%+c %-c %C",
21 "%lc %Lc, %4c %-4c",
22 "%10.4c %-10.4c %04c %04.4c",
23 "%'#2c %'2c %'$2c %'_2c",
24 "%c %c %c %c",
25 "% %%c c%",
26 '%3$c %4$c %1$c %2$c'
33 array('c', 67, 68),
65 string(8) "� c, � C"
[all …]
H A Dvfprintf_variation9.phpt19 "%c",
20 "%+c %-c %C",
21 "%lc %Lc, %4c %-4c",
22 "%10.4c %-10.4c %04c %04.4c",
23 "%'#2c %'2c %'$2c %'_2c",
24 "%c %c %c %c",
25 "% %%c c%",
26 '%3$c %4$c %1$c %2$c'
33 array('c', 67, 68),
73c, � C
[all …]
H A Dsprintf_variation26.phpt23 "%Lc", " %c", "%c ",
24 "\t%c", "\n%c", "%4c",
25 "%30c", "%[a-bA-B@#$&]", "%*c"
45 string(1) "c"
47 string(1) "c"
56 string(1) "c"
60 string(1) "c"
62 string(1) "c"
71 string(1) "c"
75 string(1) "c"
[all …]
/PHP-5.3/ext/fileinfo/
H A Dconfig.m410 libmagic/apprentice.c libmagic/apptype.c libmagic/ascmagic.c \
11 libmagic/cdf.c libmagic/cdf_time.c libmagic/compress.c \
12 libmagic/encoding.c libmagic/fsmagic.c libmagic/funcs.c \
13 libmagic/is_tar.c libmagic/magic.c libmagic/print.c \
14 libmagic/readcdf.c libmagic/readelf.c libmagic/softmagic.c"
16 PHP_NEW_EXTENSION(fileinfo, fileinfo.c $libmagic_sources, $ext_shared,,-I@ext_srcdir@/libmagic)
/PHP-5.3/ext/hash/
H A Dhash_md.c436 state[2] += c;
454 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
465 MD4_R1(a,b,c,d, 0, 3); in MD4Transform()
466 MD4_R1(d,a,b,c, 1, 7); in MD4Transform()
467 MD4_R1(c,d,a,b, 2,11); in MD4Transform()
468 MD4_R1(b,c,d,a, 3,19); in MD4Transform()
469 MD4_R1(a,b,c,d, 4, 3); in MD4Transform()
470 MD4_R1(d,a,b,c, 5, 7); in MD4Transform()
471 MD4_R1(c,d,a,b, 6,11); in MD4Transform()
472 MD4_R1(b,c,d,a, 7,19); in MD4Transform()
[all …]
/PHP-5.3/ext/standard/
H A Dsha1.c140 #define FF(a, b, c, d, e, w) { \ argument
145 #define GG(a, b, c, d, e, w) { \ argument
150 #define HH(a, b, c, d, e, w) { \ argument
155 #define II(a, b, c, d, e, w) { \ argument
270 FF(a, b, c, d, e, x[0]); /* 1 */
271 FF(e, a, b, c, d, x[1]); /* 2 */
272 FF(d, e, a, b, c, x[2]); /* 3 */
273 FF(c, d, e, a, b, x[3]); /* 4 */
274 FF(b, c, d, e, a, x[4]); /* 5 */
275 FF(a, b, c, d, e, x[5]); /* 6 */
[all …]
H A Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
190 php_uint32 a, b, c, d; in body() local
197 c = ctx->c; in body()
203 saved_c = c; in body()
280 c += saved_c; in body()
288 ctx->c = c; in body()
298 ctx->c = 0x98badcfe; in PHP_MD5Init()
379 result[8] = ctx->c; in PHP_MD5Final()
380 result[9] = ctx->c >> 8; in PHP_MD5Final()
381 result[10] = ctx->c >> 16; in PHP_MD5Final()
[all …]
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_charset.c212 #define valid_cp932head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && c <= 0xFC)) argument
213 #define valid_cp932tail(c) ((0x40 <= (c) && (c) <= 0x7E) || (0x80 <= (c) && c <= 0xFC)) argument
231 #define valid_euckr(c) ((0xA1 <= (zend_uchar)(c) && (zend_uchar)(c) <= 0xFE)) argument
256 #define valid_eucjpms(c) (((c) & 0xFF) >= 0xA1 && ((c) & 0xFF) <= 0xFE) argument
257 #define valid_eucjpms_kata(c) (((c) & 0xFF) >= 0xA1 && ((c) & 0xFF) <= 0xDF) argument
313 #define valid_gbk_head(c) (0x81<=(zend_uchar)(c) && (zend_uchar)(c)<=0xFE) argument
314 #define valid_gbk_tail(c) ((0x40<=(zend_uchar)(c) && (zend_uchar)(c)<=0x7E) || (0x80<=(zend_uchar)( argument
329 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) argument
330 #define valid_sjis_tail(c) ((0x40 <= (c) && (c) <= 0x7E) || (0x80 <= (c) && (c) <= 0xFC)) argument
360 #define valid_ujis(c) ((0xA1 <= ((c)&0xFF) && ((c)&0xFF) <= 0xFE)) argument
[all …]
H A Dconfig.w329 "mysqlnd.c " +
10 "mysqlnd_block_alloc.c " +
11 "mysqlnd_charset.c " +
12 "mysqlnd_debug.c " +
13 "mysqlnd_loaddata.c " +
14 "mysqlnd_net.c " +
15 "mysqlnd_ps.c " +
16 "mysqlnd_ps_codec.c " +
17 "mysqlnd_result.c " +
19 "mysqlnd_statistics.c " +
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Ddirname_basic-win32.phpt25 'c:',
26 'c:\\',
27 'c:/',
29 'c:\test\afile',
30 'c:\\test\\afile',
31 'c://test//afile',
49 ' c:',
65 string(2) "c:"
66 string(3) "c:\"
67 string(3) "c:\"
[all …]
/PHP-5.3/ext/com_dotnet/
H A Dconfig.w328 EXTENSION("com_dotnet", "com_com.c com_dotnet.c com_extension.c \
9 com_handlers.c com_iterator.c com_misc.c com_olechar.c \
10 com_typeinfo.c com_variant.c com_wrapper.c com_saproxy.c com_persist.c");
/PHP-5.3/win32/
H A Dfnmatch.c62 char c, test; in fnmatch() local
82 c = *pattern; in fnmatch()
84 while (c == '*') in fnmatch()
85 c = *++pattern; in fnmatch()
93 if (c == EOS) in fnmatch()
128 c = '\\'; in fnmatch()
134 if (c == *string) in fnmatch()
156 char c, c2; in rangematch() local
173 c = *pattern++; in rangematch()
174 if (c == EOS) in rangematch()
[all …]
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_cleanup.c22 struct cleanup_s *c; in fpm_cleanup_add() local
24 c = fpm_array_push(&cleanups); in fpm_cleanup_add()
26 if (!c) { in fpm_cleanup_add()
30 c->type = type; in fpm_cleanup_add()
31 c->cleanup = cleanup; in fpm_cleanup_add()
32 c->arg = arg; in fpm_cleanup_add()
40 struct cleanup_s *c = fpm_array_item_last(&cleanups); in fpm_cleanups_run() local
43 for ( ; cl--; c--) { in fpm_cleanups_run()
44 if (c->type & type) { in fpm_cleanups_run()
45 c->cleanup(type, c->arg); in fpm_cleanups_run()
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug29038.phpt6 $c = extract(array("" => 1),EXTR_PREFIX_SAME,"prefix");
8 var_dump($c);
15 var_dump($c);
22 var_dump($c);
28 var_dump($c);
34 var_dump($c);
48 [c] => 0
55 [c] => 1
62 [c] => 1
67 [c] => 0
[all …]
/PHP-5.3/ext/mbstring/libmbfl/nls/
H A DMakefile.am4 libmbfl_nls_la_SOURCES=nls_ja.c \
5 nls_de.c \
6 nls_en.c \
7 nls_hy.c \
8 nls_tr.c \
9 nls_kr.c \
10 nls_ru.c \
11 nls_ua.c \
12 nls_zh.c \
13 nls_uni.c \
[all …]

Completed in 85 milliseconds

12345678910>>...161