Home
last modified time | relevance | path

Searched refs:c (Results 26 – 50 of 2170) sorted by relevance

12345678910>>...87

/php-src/Zend/tests/named_params/
H A Dcall_user_func.phpt6 $test = function($a = 'a', $b = 'b', $c = 'c') {
7 echo "a = $a, b = $b, c = $c\n";
20 public function __construct($a = 'a', $b = 'b', $c = 'c') {
22 echo "a = $a, b = $b, c = $c\n";
26 public function method($a = 'a', $b = 'b', $c = 'c') {
27 echo "a = $a, b = $b, c = $c\n";
72 a = A, b = b, c = C
73 a = A, b = b, c = C
78 ["c"]=>
98 ["c"]=>
[all …]
H A Dunpack.phpt7 echo "a = $a, b = $b, c = $c\n";
14 test(...['a' => 'a', 'b' => 'b', 'c' => 'c']);
15 test(...['c' => 'c', 'b' => 'b', 'a' => 'a']);
16 test(...['a', 'b' => 'b', 'c' => 'c']);
37 test(...new ArrayIterator(['a', 'b' => 'b', 'c' => 'c']));
58 a = a, b = b, c = c
59 a = a, b = b, c = c
60 a = a, b = b, c = c
71 a = a, b = b, c = c
72 a = a, b = b, c = c
[all …]
H A Dbasic.phpt6 function test($a, $b, $c = "c", $d = "d", $e = "e") {
7 echo "a=$a, b=$b, c=$c, d=$d, e=$e\n";
11 echo "a=$a, b=$b, c=$c, d=$d, e=$e\n";
35 test(e: $e, a: $a, d: $d, b: $b, c: $c);
36 test(a: $a, b: $b, c: $c, e: $e);
41 test2(e: $e, a: $a, d: $d, b: $b, c: $c);
42 test2(a: $a, b: $b, c: $c, e: $e);
59 test3(e: $e, a: $a, d: $d, b: $b, c: $c);
60 test3(a: $a, b: $b, c: $c, e: $e);
63 echo "a=$a, b=$b, c=$c, d=$d, e=$e\n";
[all …]
H A Dcall_user_func_array.phpt7 $test = function($a = 'a', $b = 'b', $c = 'c') {
8 echo "a = $a, b = $b, c = $c\n";
16 call_user_func_array($test, ['A', 'c' => 'C']);
50 a = A, b = B, c = c
51 a = A, b = B, c = c
52 a = A, b = b, c = C
56 ["c"]=>
62 a = A, b = B, c = c
63 a = A, b = B, c = c
64 a = A, b = b, c = C
[all …]
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_013.phpt16 $uobj->c = "obj->c.changed";
24 $obj->c = 1;
29 $obj->c = 1;
92 ["c"]=>
101 ["c"]=>
109 ["c"]=>
117 ["c"]=>
125 ["c"]=>
132 ["c"]=>
141 ["c"]=>
[all …]
H A Dserialization_objects_014.phpt16 $uobj->c = "obj->c.changed";
25 $obj->c = 1;
69 ["c"]=>
78 ["c"]=>
86 ["c"]=>
94 ["c"]=>
102 ["c"]=>
113 ["c"]=>
122 ["c"]=>
130 ["c"]=>
[all …]
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c1142 if (c == '#' || (c >= '0' && c <= '9')) { in mbfilter_unicode2sjis_emoji_kddi()
1694 …if (c == 0xA1 || (c >= 0xA3 && c <= 0xA5) || c == 0xA8 || (c >= 0xAC && c <= 0xAF) || (c >= 0xEE &… in mbfl_filt_conv_jis2004_wchar()
6246 if ((c >= 'E' && c <= 'G') || (c >= 'O' && c <= 'Q')) { in mbfl_filt_conv_sjis_mobile_wchar()
9469 if (c == 0xB7 || c == 0x144 || c == 0x148 || c == 0x251 || c == 0x261) { in mbfl_filt_conv_wchar_euccn()
12049 if ((c > 0x3f && c < 0x7f) || (c > 0xa0 && c < 0xff)) { in mbfl_filt_conv_big5_wchar()
12709 …if (c == 0xB7 || c == 0x144 || c == 0x148 || c == 0x251 || c == 0x261 || c == 0x2CA || c == 0x2CB … in mbfl_filt_conv_wchar_hz()
12718c == 0x2105 || c == 0x2109 || c == 0x2121 || (c >= 0x2170 && c <= 0x2179) || (c >= 0x2196 && c <= … in mbfl_filt_conv_wchar_hz()
12719c == 0x2215 || c == 0x221F || c == 0x2223 || c == 0x2252 || c == 0x2266 || c == 0x2267 || c == 0x2… in mbfl_filt_conv_wchar_hz()
12720 (c >= 0x2550 && c <= 0x2573) || c == 0x22BF || c == 0x2609 || (c >= 0x2581 && c <= 0x258F) || in mbfl_filt_conv_wchar_hz()
12721 (c >= 0x2593 && c <= 0x2595) || c == 0x25BC || c == 0x25BD || (c >= 0x25E2 && c <= 0x25E5)) { in mbfl_filt_conv_wchar_hz()
[all …]
H A Dmbfilter_singlebyte.c27 if (c >= 0 && c < tbl_min) { in mbfl_conv_singlebyte_table()
39 if (c >= 0 && c < tbl_min) { in mbfl_conv_reverselookup_table()
41 } else if (c < 0 || c == MBFL_BAD_INPUT) { in mbfl_conv_reverselookup_table()
108 *out++ = (c < tbl_min) ? c : coalesce(tbl[c - tbl_min], MBFL_BAD_INPUT); \
151 if (c >= 0 && c < 0x80 && c != MBFL_BAD_INPUT) { in mbfl_filt_conv_wchar_ascii()
205 if (c >= 0 && c < 0x100 && c != MBFL_BAD_INPUT) { in mbfl_filt_conv_wchar_8859_1()
499 if (c < 0 || c == MBFL_BAD_INPUT) { in mbfl_filt_conv_wchar_cp1252()
509 …} else if (c <= 0x7F || c >= 0xA0 || c == 0x81 || c == 0x8D || c == 0x8F || c == 0x90 || c == 0x9D… in mbfl_filt_conv_wchar_cp1252()
520 if (c >= 0x80 && c < 0xA0) { in mbfl_filt_conv_cp1252_wchar()
537 if (c >= 0x80 && c < 0xA0) { in mb_cp1252_to_wchar()
[all …]
H A Dmbfilter_utf8.c352 if (c >= 0x80 && c <= 0xbf) { in mbfl_filt_conv_utf8_wchar()
365 if ((c >= 0x80 && c <= 0xbf) && in mbfl_filt_conv_utf8_wchar()
380 if ((c >= 0x80 && c <= 0xbf) && in mbfl_filt_conv_utf8_wchar()
392 if (c >= 0x80 && c <= 0xbf) { in mbfl_filt_conv_utf8_wchar()
423 if (c >= 0 && c < 0x110000) { in mbfl_filt_conv_wchar_utf8()
521 if ((c == 0xF0 && c2 >= 0x90) || (c == 0xF4 && c2 < 0x90) || (c >= 0xF1 && c <= 0xF3)) { in mb_utf8_to_wchar()
611 if (c >= 0x80 && c <= 0xbf) { in mbfl_filt_conv_utf8_mobile_wchar()
639 if ((c >= 0x80 && c <= 0xbf) && in mbfl_filt_conv_utf8_mobile_wchar()
668 if (c >= 0x80 && c <= 0xbf) { in mbfl_filt_conv_utf8_mobile_wchar()
685 if (c >= 0 && c < 0x110000) { in mbfl_filt_conv_wchar_utf8_mobile()
[all …]
/php-src/Zend/tests/
H A Dlist_self_assign.phpt7 list($a, $b, $c) = $a;
8 var_dump($a, $b, $c);
11 list($a, $b, $c) = $b;
12 var_dump($a, $b, $c);
14 $c = [1, 2, 3];
15 list($a, $b, $c) = $c;
16 var_dump($a, $b, $c);
20 var_dump($a, $b, $c);
24 var_dump($a, $b, $c);
30 $c = [1, [2, 3]];
[all …]
H A Dclosure_065.phpt9 $c = function () {};
15 $c = function () {
16 $c = function () {
22 $c();
25 $c();
30 $c = function () { };
45 $c = function () {
52 $c();
55 $c();
60 $c = function () { };
[all …]
H A Dadd_006.phpt20 $c = $i + $s2;
21 var_dump($c);
23 $c = $i + $s3;
24 var_dump($c);
26 $c = $i + $s4;
27 var_dump($c);
36 $c = $s2 + $i;
37 var_dump($c);
39 $c = $s3 + $i;
40 var_dump($c);
[all …]
/php-src/ext/standard/tests/file/
H A Ddirname_basic-win32.phpt19 'c:',
20 'c:\\',
21 'c:/',
43 ' c:',
58 string(2) "c:"
59 string(3) "c:\"
60 string(3) "c:\"
62 string(7) "c:\test"
63 string(7) "c:\test"
64 string(8) "c://test"
[all …]
/php-src/ext/standard/
H A Dsha1.c130 #define FF(a, b, c, d, e, w) { \ argument
135 #define GG(a, b, c, d, e, w) { \ argument
140 #define HH(a, b, c, d, e, w) { \ argument
145 #define II(a, b, c, d, e, w) { \ argument
259 FF(a, b, c, d, e, x[0]); /* 1 */ in SHA1Transform()
260 FF(e, a, b, c, d, x[1]); /* 2 */ in SHA1Transform()
261 FF(d, e, a, b, c, x[2]); /* 3 */ in SHA1Transform()
262 FF(c, d, e, a, b, x[3]); /* 4 */ in SHA1Transform()
263 FF(b, c, d, e, a, x[4]); /* 5 */ in SHA1Transform()
264 FF(a, b, c, d, e, x[5]); /* 6 */ in SHA1Transform()
[all …]
H A Dmd5.c152 #define STEP(f, a, b, c, d, x, t, s) \ argument
189 uint32_t a, b, c, d; in body() local
196 c = ctx->c; in body()
202 saved_c = c; in body()
279 c += saved_c; in body()
287 ctx->c = c; in body()
297 ctx->c = 0x98badcfe; in PHP_MD5InitArgs()
378 result[8] = ctx->c; in PHP_MD5Final()
379 result[9] = ctx->c >> 8; in PHP_MD5Final()
380 result[10] = ctx->c >> 16; in PHP_MD5Final()
[all …]
/php-src/ext/gd/
H A Dconfig.w3250 EXTENSION("gd", "gd.c", null, "-Iext/gd/libgd");
51 ADD_SOURCES("ext/gd/libgd", "gd2copypal.c gd.c \
52 gdcache.c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c \
53 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 \
54 gd_io_file.c gd_io_ss.c gd_jpeg.c gdkanji.c gd_png.c gd_ss.c \
55 gdtables.c gd_topal.c gd_wbmp.c gdxpm.c wbmp.c gd_xbm.c gd_security.c gd_transform.c \
56 gd_filter.c gd_pixelate.c gd_rotate.c gd_color_match.c gd_webp.c gd_avif.c \
57 gd_crop.c gd_interpolation.c gd_matrix.c gd_bmp.c gd_tga.c", "gd");
/php-src/ext/standard/tests/strings/
H A Dvprintf_variation9.phpt15 "%c",
16 "%+c %-c",
17 "%lc %4c %-4c",
18 "%10.4c %-10.4c %04c %04.4c",
19 "%'#2c %'2c %'$2c %'_2c",
20 "%c %c %c %c",
21 "% %%c",
22 '%3$c %4$c %1$c %2$c'
29 array('c', 67),
/php-src/ext/mysqlnd/
H A Dconfig9.m418 mysqlnd_ps_sources="mysqlnd_ps.c mysqlnd_ps_codec.c"
19 …mysqlnd_base_sources="mysqlnd_connection.c mysqlnd_alloc.c mysqlnd_charset.c mysqlnd_wireprotocol.
20 … mysqlnd_loaddata.c mysqlnd_reverse_api.c mysqlnd_vio.c mysqlnd_protocol_frame_codec.c \
21 mysqlnd_statistics.c mysqlnd_driver.c mysqlnd_ext_plugin.c mysqlnd_auth.c \
22 mysqlnd_result.c mysqlnd_result_meta.c mysqlnd_debug.c mysqlnd_commands.c \
23 mysqlnd_block_alloc.c mysqlnd_read_buffer.c mysqlnd_plugin.c php_mysqlnd.c"
H A Dmysqlnd_charset.c272 #define valid_cp932head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && c <= 0xFC)) argument
273 #define valid_cp932tail(c) ((0x40 <= (c) && (c) <= 0x7E) || (0x80 <= (c) && c <= 0xFC)) argument
291 #define valid_euckr(c) ((0xA1 <= (zend_uchar)(c) && (zend_uchar)(c) <= 0xFE)) argument
316 #define valid_eucjpms(c) (((c) & 0xFF) >= 0xA1 && ((c) & 0xFF) <= 0xFE) argument
317 #define valid_eucjpms_kata(c) (((c) & 0xFF) >= 0xA1 && ((c) & 0xFF) <= 0xDF) argument
373 #define valid_gbk_head(c) (0x81<=(zend_uchar)(c) && (zend_uchar)(c)<=0xFE) argument
374 #define valid_gbk_tail(c) ((0x40<=(zend_uchar)(c) && (zend_uchar)(c)<=0x7E) || (0x80<=(zend_uchar)( argument
389 #define valid_sjis_head(c) ((0x81 <= (c) && (c) <= 0x9F) || (0xE0 <= (c) && (c) <= 0xFC)) argument
390 #define valid_sjis_tail(c) ((0x40 <= (c) && (c) <= 0x7E) || (0x80 <= (c) && (c) <= 0xFC)) argument
420 #define valid_ujis(c) ((0xA1 <= ((c)&0xFF) && ((c)&0xFF) <= 0xFE)) argument
[all …]
/php-src/ext/simplexml/tests/
H A Dbug66084_1.phpt7 echo json_encode(simplexml_load_string('<a><b/><c><x/></c></a>')->c), "\n";
8 echo json_encode(simplexml_load_string('<a><b/><c><x/></c></a>')), "\n";
9 echo json_encode(simplexml_load_string('<a><b/><d/><c><x/></c></a>')), "\n";
10 echo json_encode(simplexml_load_string('<a><b/><c><d/><x/></c></a>')), "\n";
11 echo json_encode(simplexml_load_string('<a><b/><c><d><x/></d></c></a>')), "\n";
15 {"b":{},"c":{"x":{}}}
16 {"b":{},"d":{},"c":{"x":{}}}
17 {"b":{},"c":{"d":{},"x":{}}}
18 {"b":{},"c":{"d":{"x":{}}}}
/php-src/Zend/tests/in-de-crement/
H A Dunset_object_property_in_error_handler.phpt14 $c = new C;
22 $c->a = null;
24 unset($c->a);
26 $c->a = null;
28 unset($c->a);
31 $c->a = "";
33 unset($c->a);
35 $c->a = "";
37 unset($c->a);
39 $c->a = "";
[all …]
/php-src/ext/opcache/
H A Dconfig.w329 ZendAccelerator.c \
11 zend_accelerator_debug.c \
12 zend_accelerator_hash.c \
13 zend_accelerator_module.c \
15 zend_persist.c \
16 zend_persist_calc.c \
17 zend_file_cache.c \
18 zend_shared_alloc.c \
25 var ir_src = "ir_strtab.c ir_cfg.c ir_sccp.c ir_gcm.c ir_ra.c ir_save.c \
26 ir_dump.c ir_check.c ir_patch.c";
[all …]
/php-src/ext/com_dotnet/
H A Dconfig.w327 EXTENSION("com_dotnet", "com_com.c com_dotnet.c com_extension.c \
8 com_handlers.c com_iterator.c com_misc.c com_olechar.c \
9 com_typeinfo.c com_variant.c com_wrapper.c com_saproxy.c com_persist.c",
/php-src/ext/hash/
H A Dconfig.m412 EXT_HASH_SHA3_SOURCES="hash_sha3.c"
21 SHA3_OPT_SRC="$SHA3_DIR/KeccakP-1600-inplace32BI.c"
25 SHA3_OPT_SRC="$SHA3_DIR/KeccakP-1600-opt64.c"
27 EXT_HASH_SHA3_SOURCES="$SHA3_OPT_SRC $SHA3_DIR/KeccakHash.c $SHA3_DIR/KeccakSponge.c hash_sha3.c"
36 EXT_HASH_SOURCES="hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c \
37 hash_tiger.c hash_gost.c hash_snefru.c hash_whirlpool.c hash_adler32.c \
38 hash_crc32.c hash_fnv.c hash_joaat.c $EXT_HASH_SHA3_SOURCES
39 murmur/PMurHash.c murmur/PMurHash128.c hash_murmur.c hash_xxhash.c"
/php-src/sapi/fpm/fpm/
H A Dfpm_cleanup.c20 struct cleanup_s *c; in fpm_cleanup_add() local
22 c = fpm_array_push(&cleanups); in fpm_cleanup_add()
24 if (!c) { in fpm_cleanup_add()
28 c->type = type; in fpm_cleanup_add()
29 c->cleanup = cleanup; in fpm_cleanup_add()
30 c->arg = arg; in fpm_cleanup_add()
38 struct cleanup_s *c = fpm_array_item_last(&cleanups); in fpm_cleanups_run() local
41 for ( ; cl--; c--) { in fpm_cleanups_run()
42 if (c->type & type) { in fpm_cleanups_run()
43 c->cleanup(type, c->arg); in fpm_cleanups_run()

Completed in 118 milliseconds

12345678910>>...87