Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 2196) sorted by relevance

12345678910>>...88

/PHP-8.3/Zend/tests/
H A Dbug43426.phpt6 call_user_func("foo2", $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
8 $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
10 $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
12 $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
14 $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
16 $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
18 $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
20 $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
22 $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
24 $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
[all …]
/PHP-8.3/ext/standard/
H A Dconfig.w3226 EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \
27 crc32.c crypt.c crypt_freesec.c crypt_blowfish.c crypt_sha256.c \
29 datetime.c dir.c dl.c dns.c dns_win32.c exec.c \
30 file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \
31 info.c iptc.c link.c mail.c math.c md5.c metaphone.c microtime.c \
32 net.c pack.c pageinfo.c quot_print.c soundex.c \
33 string.c scanf.c syslog.c type.c uniqid.c url.c var.c \
34 versioning.c assert.c strnatcmp.c levenshtein.c incomplete_class.c \
36 php_fopen_wrapper.c credits.c css.c var_unserializer.c ftok.c sha1.c \
37 user_filters.c uuencode.c filters.c proc_open.c password.c \
[all …]
/PHP-8.3/ext/dba/libcdb/
H A Dcdb_make.c59 c->head = 0; in cdb_make_start()
61 c->hash = 0; in cdb_make_start()
63 c->fp = f; in cdb_make_start()
64 c->pos = sizeof(c->final); in cdb_make_start()
176 c->hash = c->split + c->numentries; in cdb_make_finish()
187 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
194 uint32_pack(c->final + 8 * i,c->pos); in cdb_make_finish()
198 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish()
200 hp = c->split + c->start[i]; in cdb_make_finish()
222 for (x = c->head; x; c->head = x) { in cdb_make_finish()
[all …]
H A Dcdb.c88 c->loop = 0; in cdb_findstart()
95 cdb_free(c); in cdb_init()
97 c->fp = fp; in cdb_init()
141 c->khash = u; in cdb_findnext()
145 c->kpos = c->hpos + u; in cdb_findnext()
148 while (c->loop < c->hslots) { in cdb_findnext()
149 if (cdb_read(c, buf, 8, c->kpos) == -1) in cdb_findnext()
154 c->loop += 1; in cdb_findnext()
155 c->kpos += 8; in cdb_findnext()
156 if (c->kpos == c->hpos + (c->hslots << 3)) in cdb_findnext()
[all …]
/PHP-8.3/ext/pcre/
H A Dconfig.w323 EXTENSION("pcre", "php_pcre.c", false /* never shared */,
5c pcre2_chartables.c pcre2_compile.c pcre2_config.c pcre2_context.c pcre2_dfa_match.c pcre2_error.
/PHP-8.3/ext/intl/
H A Dconfig.w329 EXTENSION("intl", "php_intl.c intl_convert.c intl_convertcpp.cpp intl_error.c ", true,
12 collator_attr.c \
20 collator_sort.c \
23 common_error.c \
28 converter.c \
39 locale.c \
44 msgformat.c \
53 grapheme_string.c grapheme_util.c \
60 dateformat.c \
74 uchar.c",
[all …]
H A Dconfig.m411 intl_error.c \
12 intl_convert.c \
14 collator/collator_sort.c \
18 collator/collator_attr.c \
22 common/common_error.c \
23 converter/converter.c \
32 locale/locale.c \
33 locale/locale_class.c \
41 msgformat/msgformat.c \
54 uchar/uchar.c \
[all …]
/PHP-8.3/ext/phar/
H A Dbuild_precommand.php33 $c = count($f); variable
34 while ($c && (strlen($f[$c]) == 0 || $f[$c] == "\n" || $f[$c] == "\r\n")) {
35 unset($f[$c--]);
37 if (substr($f[$c], -2) == "\r\n") {
38 $f[$c] = substr($f[$c], 0, -2);
40 if (substr($f[$c], -1) == "\n") {
41 $f[$c] = substr($f[$c], 0, -1);
43 if (substr($f[$c], -2) == '?>') {
44 $f[$c] = substr($f[$c], 0,-2);
46 while ($c && (strlen($f[$c]) == 0 || $f[$c] == "\n" || $f[$c] == "\r\n")) {
[all …]
/PHP-8.3/ext/fileinfo/
H A Dconfig.w326 LIBMAGIC_SOURCES=" apprentice.c apptype.c ascmagic.c \
7 cdf.c cdf_time.c compress.c \
8 encoding.c fsmagic.c funcs.c \
9 is_json.c is_tar.c magic.c print.c \
10 readcdf.c softmagic.c der.c \
11 strcasestr.c buffer.c is_csv.c";
13 …EXTENSION('fileinfo', 'fileinfo.c php_libmagic.c', true, "/I" + configure_module_dirname + "/libma…
/PHP-8.3/ext/bcmath/
H A Dconfig.w326 …EXTENSION("bcmath", "bcmath.c", null, "-Iext/bcmath/libbcmath/src /DZEND_ENABLE_STATIC_TSRMLS_CACH…
7 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
8 raisemod.c sub.c compare.c divmod.c int2num.c \
9 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
10 nearzero.c num2str.c raise.c rmzero.c str2num.c", "bcmath");
H A Dconfig.m47 PHP_NEW_EXTENSION(bcmath, bcmath.c \
8 libbcmath/src/add.c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/rais…
9 …math/src/compare.c libbcmath/src/divmod.c libbcmath/src/int2num.c libbcmath/src/num2long.c libbcma…
10 …/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/src/nearzero…
11 libbcmath/src/rmzero.c libbcmath/src/str2num.c,
/PHP-8.3/ext/intl/collator/
H A Dcollator_is_numeric.c26 c = *++u; in collator_u_strtod()
30 if (c == 0x2D /*'-'*/ || c == 0x2B /*'+'*/) { in collator_u_strtod()
31 c = *++u; in collator_u_strtod()
34 while (c >= 0x30 /*'0'*/ && c <= 0x39 /*'9'*/) { in collator_u_strtod()
36 c = *++u; in collator_u_strtod()
40 c = *++u; in collator_u_strtod()
41 while (c >= 0x30 /*'0'*/ && c <= 0x39 /*'9'*/) { in collator_u_strtod()
52 if (c == 0x2D /*'-'*/ || c == 0x2B /*'+'*/) { in collator_u_strtod()
56 while (c >= 0x30 /*'0'*/ && c <= 0x39 /*'9'*/) { in collator_u_strtod()
117 UChar c; in collator_u_strtol() local
[all …]
/PHP-8.3/ext/dom/
H A Dconfig.m415 PHP_NEW_EXTENSION(dom, [php_dom.c attr.c document.c \
16 domexception.c parentnode.c \
17 processinginstruction.c cdatasection.c \
18 documentfragment.c domimplementation.c \
19 element.c node.c characterdata.c \
20 documenttype.c entity.c \
21 nodelist.c text.c comment.c \
22 entityreference.c \
23 notation.c xpath.c dom_iterators.c \
24 namednodemap.c],
H A Dconfig.w3210 EXTENSION("dom", "php_dom.c attr.c document.c \
11 domexception.c parentnode.c processinginstruction.c \
12 cdatasection.c documentfragment.c domimplementation.c element.c \
13 node.c characterdata.c documenttype.c \
14 entity.c nodelist.c text.c comment.c \
15 entityreference.c \
16 notation.c xpath.c dom_iterators.c \
17 namednodemap.c");
/PHP-8.3/Zend/
H A Dzend_constants.c49 efree(c); in free_zend_constant()
55 free(c); in free_zend_constant()
70 c->name = zend_string_copy(c->name); in copy_zend_constant()
204 return c; in zend_get_halt_offset_constant()
257 if (c) { in zend_get_constant_str_impl()
262 if (c) { in zend_get_constant_str_impl()
272 if (c) { in zend_get_constant_str()
281 if (c) { in zend_get_constant_impl()
286 if (c) { in zend_get_constant_impl()
296 if (c) { in zend_get_constant()
[all …]
/PHP-8.3/ext/mbstring/
H A Dconfig.w329 EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", PHP_MBSTRING_SHARED);
20 mbfilter_7bit.c mbfilter_base64.c \
21 mbfilter_cjk.c mbfilter_htmlent.c \
22 mbfilter_qprint.c mbfilter_ucs2.c \
23 mbfilter_ucs4.c mbfilter_utf16.c mbfilter_utf32.c \
24 mbfilter_utf7.c mbfilter_utf7imap.c mbfilter_utf8.c \
29 mbfilter_pass.c mbfilter_wchar.c mbfl_convert.c mbfl_encoding.c \
30 mbfl_filter_output.c mbfl_language.c mbfl_memory_device.c \
33 ADD_SOURCES("ext/mbstring/libmbfl/nls", "nls_de.c nls_en.c nls_ja.c \
34 nls_kr.c nls_neutral.c nls_ru.c nls_uni.c nls_zh.c nls_hy.c \
[all …]
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c107 if (c < 0x80) { in mbfl_filt_conv_utf8_wchar()
109 } else if (c >= 0xc2 && c <= 0xdf) { /* 2byte code first char: 0xc2-0xdf */ in mbfl_filt_conv_utf8_wchar()
125 if (c >= 0x80 && c <= 0xbf) { in mbfl_filt_conv_utf8_wchar()
138 if ((c >= 0x80 && c <= 0xbf) && in mbfl_filt_conv_utf8_wchar()
153 if ((c >= 0x80 && c <= 0xbf) && in mbfl_filt_conv_utf8_wchar()
165 if (c >= 0x80 && c <= 0xbf) { in mbfl_filt_conv_utf8_wchar()
196 if (c >= 0 && c < 0x110000) { in mbfl_filt_conv_wchar_utf8()
197 if (c < 0x80) { in mbfl_filt_conv_wchar_utf8()
227 if (c < 0x80) { in mb_utf8_to_wchar()
228 *out++ = c; in mb_utf8_to_wchar()
[all …]
H A Dmbfilter_cjk.c1125 if (c == '#' || (c >= '0' && c <= '9')) { in mbfilter_unicode2sjis_emoji_kddi()
1677 …if (c == 0xA1 || (c >= 0xA3 && c <= 0xA5) || c == 0xA8 || (c >= 0xAC && c <= 0xAF) || (c >= 0xEE &… in mbfl_filt_conv_jis2004_wchar()
6220 if ((c >= 'E' && c <= 'G') || (c >= 'O' && c <= 'Q')) { in mbfl_filt_conv_sjis_mobile_wchar()
9439 if (c == 0xB7 || c == 0x144 || c == 0x148 || c == 0x251 || c == 0x261) { in mbfl_filt_conv_wchar_euccn()
11642 if ((c > 0x3f && c < 0x7f) || (c > 0xa0 && c < 0xff)) { in mbfl_filt_conv_big5_wchar()
12300 …if (c == 0xB7 || c == 0x144 || c == 0x148 || c == 0x251 || c == 0x261 || c == 0x2CA || c == 0x2CB … in mbfl_filt_conv_wchar_hz()
12309c == 0x2105 || c == 0x2109 || c == 0x2121 || (c >= 0x2170 && c <= 0x2179) || (c >= 0x2196 && c <= … in mbfl_filt_conv_wchar_hz()
12310c == 0x2215 || c == 0x221F || c == 0x2223 || c == 0x2252 || c == 0x2266 || c == 0x2267 || c == 0x2… in mbfl_filt_conv_wchar_hz()
12311 (c >= 0x2550 && c <= 0x2573) || c == 0x22BF || c == 0x2609 || (c >= 0x2581 && c <= 0x258F) || in mbfl_filt_conv_wchar_hz()
12312 (c >= 0x2593 && c <= 0x2595) || c == 0x25BC || c == 0x25BD || (c >= 0x25E2 && c <= 0x25E5)) { in mbfl_filt_conv_wchar_hz()
[all …]
H A Dmbfilter_utf7.c93 if (c >= 'A' && c <= 'Z') { in decode_base64_char()
95 } else if (c >= 'a' && c <= 'z') { in decode_base64_char()
97 } else if (c >= '0' && c <= '9') { in decode_base64_char()
290 …if ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || (c >= '0' && c <= '9') || c == '\0' || c =… in mbfl_filt_conv_wchar_utf7()
292 …} else if (c == ' ' || c == '\t' || c == '\r' || c == '\n' || c == '\'' || c == '(' || c == ')' ||… in mbfl_filt_conv_wchar_utf7()
422 …return c == '!' || c == '"' || c == '#' || c == '$' || c == '%' || c == '&' || c == '*' || c == ';… in is_optional_direct()
423c == '=' || c == '>' || c == '@' || c == '[' || c == ']' || c == '^' || c == '_' || c == '`' || c in is_optional_direct()
424 c == '|' || c == '}'; in is_optional_direct()
429 …return c == ' ' || c == '\t' || c == '\r' || c == '\n' || c == '\'' || c == '(' || c == ')' || c =… in can_end_base64()
434 if (c >= 'A' && c <= 'Z') { in decode_base64()
[all …]
/PHP-8.3/ext/mysqlnd/
H A Dconfig.w328 "mysqlnd_alloc.c " +
9 "mysqlnd_auth.c " +
12 "mysqlnd_charset.c " +
13 "mysqlnd_commands.c " +
14 "mysqlnd_debug.c " +
15 "mysqlnd_driver.c " +
19 "mysqlnd_plugin.c " +
21 "mysqlnd_ps.c " +
24 "mysqlnd_result.c " +
27 "mysqlnd_vio.c " +
[all …]
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h217 #define CHMAX_255(c) ((c) <= 255u) argument
223 #define CHMAX_255(c) ((c) <= 255u) argument
224 #define MAX_255(c) ((c) <= 255u) argument
227 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
261 #define GETCHAR(c, eptr) c = *eptr; argument
266 #define PUTCHAR(c, p) (*p = c, 1) argument
303 if (c >= 0xc0u) GETUTF8(c, eptr);
317 if (c >= 0xc0u) GETUTF8INC(c, eptr);
358 PRIV(ord2utf)(c,p) : (*p = c, 1))
464 PRIV(ord2utf)(c,p) : (*p = c, 1))
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dconfig.w324 PHPDBG_SOURCES='phpdbg.c phpdbg_prompt.c phpdbg_cmd.c phpdbg_info.c phpdbg_help.c phpdbg_break.c ' +
5 'phpdbg_print.c phpdbg_bp.c phpdbg_list.c phpdbg_utils.c ' +
6 'phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_win.c phpdbg_btree.c '+
7 'phpdbg_parser.c phpdbg_lexer.c phpdbg_sigsafe.c phpdbg_io.c phpdbg_out.c';
/PHP-8.3/ext/gd/libgd/
H A Dgdkanji.c126 else if ((c >= 129 && c <= 141) || (c >= 143 && c <= 159)) in DetectKanjiCode()
131 if ((c >= 64 && c <= 126) || (c >= 128 && c <= 160) || (c >= 224 && c <= 252)) in DetectKanjiCode()
136 else if (c >= 161 && c <= 223) in DetectKanjiCode()
139 if (c >= 240 && c <= 254) in DetectKanjiCode()
150 if (c <= 141 || (c >= 143 && c <= 159)) in DetectKanjiCode()
152 else if (c >= 253 && c <= 254) in DetectKanjiCode()
161 else if (c >= 240 && c <= 254) in DetectKanjiCode()
163 else if (c >= 224 && c <= 239) in DetectKanjiCode()
166 if ((c >= 64 && c <= 126) || (c >= 128 && c <= 160)) in DetectKanjiCode()
242 #define IS_DAKU(c) ((c >= 182 && c <= 196) || (c >= 202 && c <= 206) || (c == 179)) argument
[all …]
/PHP-8.3/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 …]
/PHP-8.3/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 …]

Completed in 98 milliseconds

12345678910>>...88