/php-src/Zend/tests/ |
H A D | bug43426.phpt | 6 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-src/ext/dom/ |
H A D | config.w32 | 10 EXTENSION("dom", "php_dom.c attr.c document.c infra.c \ 11 …xml_document.c html_document.c xml_serializer.c html5_serializer.c html5_parser.c namespace_compat… 13 cdatasection.c documentfragment.c domimplementation.c element.c inner_outer_html_mixin.c \ 14 node.c characterdata.c documenttype.c \ 15 entity.c nodelist.c html_collection.c text.c comment.c \ 18 notation.c xpath.c dom_iterators.c \ 23 …/core", "array_obj.c array.c avl.c bst.c diyfp.c conv.c dobject.c dtoa.c hash.c mem.c mraw.c print… 25 …c cdata_section.c character_data.c comment.c document.c document_fragment.c document_type.c elemen… 28 …c after_after_frameset.c after_body.c after_frameset.c after_head.c before_head.c before_html.c fo… 30 …r/encoding", "big5.c decode.c encode.c encoding.c euc_kr.c gb18030.c iso_2022_jp_katakana.c jis020… [all …]
|
H A D | config.m4 | 191 attr.c 194 comment.c 195 document.c 201 element.c 202 entity.c 208 infra.c 212 node.c 213 nodelist.c 217 php_dom.c 220 text.c [all …]
|
/php-src/ext/standard/ |
H A D | config.w32 | 26 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-src/ext/dba/libcdb/ |
H A D | cdb_make.c | 59 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 D | cdb.c | 88 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-src/ext/bcmath/ |
H A D | config.w32 | 6 EXTENSION("bcmath", "bcmath.c", null, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); 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 long2num.c \ 9 num2long.c recmul.c sqrt.c zero.c doaddsub.c \ 10 floor_or_ceil.c nearzero.c num2str.c raise.c rmzero.c str2num.c \ 11 round.c convert.c", "bcmath");
|
H A D | config.m4 | 8 bcmath.c 9 libbcmath/src/add.c 10 libbcmath/src/compare.c 11 libbcmath/src/convert.c 12 libbcmath/src/div.c 13 libbcmath/src/divmod.c 17 libbcmath/src/init.c 20 libbcmath/src/neg.c 28 libbcmath/src/sqrt.c 30 libbcmath/src/sub.c [all …]
|
/php-src/ext/intl/ |
H A D | config.w32 | 9 EXTENSION("intl", "php_intl.c intl_convert.c intl_convertcpp.cpp intl_error.c ", true, 13 collator_attr.c \ 21 collator_sort.c \ 24 common_error.c \ 29 converter.c \ 40 locale.c \ 45 msgformat.c \ 54 grapheme_string.c grapheme_util.c \ 61 dateformat.c \ 75 uchar.c", [all …]
|
H A D | config.m4 | 11 collator/collator_attr.c 20 common/common_error.c 21 converter/converter.c 36 idn/idn.c 37 intl_convert.c 38 intl_error.c 39 locale/locale_class.c 41 locale/locale.c 47 msgformat/msgformat.c 50 php_intl.c [all …]
|
/php-src/ext/phar/ |
H A D | build_precommand.php | 33 $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-src/ext/fileinfo/ |
H A D | config.w32 | 6 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 is_simh.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…
|
H A D | config.m4 | 10 libmagic/apptype.c 11 libmagic/ascmagic.c 12 libmagic/buffer.c 14 libmagic/cdf.c 16 libmagic/der.c 19 libmagic/funcs.c 20 libmagic/is_csv.c 23 libmagic/is_tar.c 24 libmagic/magic.c 25 libmagic/print.c [all …]
|
/php-src/ext/intl/collator/ |
H A D | collator_is_numeric.c | 26 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-src/ext/pcre/ |
H A D | config.w32 | 3 EXTENSION("pcre", "php_pcre.c", false /* never shared */, 5 …c pcre2_chartables.c pcre2_compile.c pcre2_config.c pcre2_context.c pcre2_chkdint.c pcre2_dfa_matc…
|
/php-src/Zend/ |
H A D | zend_constants.c | 52 efree(c); in free_zend_constant() 61 free(c); in free_zend_constant() 76 c->name = zend_string_copy(c->name); in copy_zend_constant() 78 c->filename = zend_string_copy(c->filename); in copy_zend_constant() 206 return c; in zend_get_halt_offset_constant() 259 if (c) { in zend_get_constant_str_impl() 264 if (c) { in zend_get_constant_str_impl() 274 if (c) { in zend_get_constant_str() 283 if (c) { in zend_get_constant_ptr() 288 if (c) { in zend_get_constant_ptr() [all …]
|
/php-src/ext/libxml/ |
H A D | mime_sniff.c | 43 return c != ';' && c != '='; in is_not_semicolon_or_equals() 48 return c != '"' && c != '\\'; in is_not_quote_or_backslash() 54 return c == 0x09 || c == 0x20; in is_http_tab_or_space() 60 return c == 0x0A || c == 0x0D || is_http_tab_or_space(c); in is_http_whitespace() 66 return c == 0x09 || (c >= 0x20 && c != 0x7F); in is_http_quoted_string_token() 148 return (c >= '0' && c <= '9') || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'); in is_ascii_alpha_numeric() 155 || (c >= 0x23 && c <= 0x27) in is_http_token() 156 || c == 0x2A || c == 0x2B || c == 0x2D || c == 0x2E in is_http_token() 157 || c == 0x5E || c == 0x5F in is_http_token() 158 || c == 0x60 in is_http_token() [all …]
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 217 #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 …]
|
H A D | pcre2_xclass.c | 83 if (c < 256) in PRIV() 91 (((uint8_t *)(data + 1))[c/8] & (1u << (c&7))) != 0) in PRIV() 130 if (c >= x && c <= y) return !negated; in PRIV() 185 switch(c) in PRIV() 216 if ((c < 0xd800 || c > 0xdfff) == isprop) in PRIV() 249 c != 0x061c && c != 0x180e && (c < 0x2066 || c > 0x2069)) in PRIV() 263 c != 0x061c && (c < 0x2066 || c > 0x2069)) in PRIV() 282 if (((c >= CHAR_0 && c <= CHAR_9) || in PRIV() 283 (c >= CHAR_A && c <= CHAR_F) || in PRIV() 284 (c >= CHAR_a && c <= CHAR_f) || in PRIV() [all …]
|
/php-src/ext/hash/ |
H A D | config.w32 | 12 EXTENSION('hash', 'hash.c hash_md.c hash_sha.c hash_sha_sse2.c hash_sha_ni.c hash_ripemd.c hash_hav… 13 'hash_tiger.c hash_gost.c hash_snefru.c hash_whirlpool.c ' + 14 'hash_adler32.c hash_crc32.c hash_joaat.c hash_fnv.c ' + 15 'hash_sha3.c hash_murmur.c hash_xxhash.c', false); 20 ADD_SOURCES(hash_sha3_dir, 'KeccakHash.c KeccakSponge.c KeccakP-1600-opt64.c', 'hash'); 22 ADD_SOURCES(hash_sha3_dir, 'KeccakHash.c KeccakSponge.c KeccakP-1600-inplace32BI.c', 'hash'); 32 ADD_SOURCES('ext/hash/murmur', 'PMurHash.c PMurHash128.c', 'hash');
|
/php-src/ext/mbstring/ |
H A D | config.w32 | 9 EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", PHP_MBSTRING_SHARED); 23 mbfilter_7bit.c mbfilter_base64.c \ 24 mbfilter_cjk.c mbfilter_htmlent.c \ 25 mbfilter_qprint.c mbfilter_ucs2.c \ 26 mbfilter_ucs4.c mbfilter_utf16.c mbfilter_utf32.c \ 27 mbfilter_utf7.c mbfilter_utf7imap.c mbfilter_utf8.c \ 32 mbfilter_pass.c mbfilter_wchar.c mbfl_convert.c mbfl_encoding.c \ 33 mbfl_filter_output.c mbfl_language.c mbfl_memory_device.c \ 36 ADD_SOURCES("ext/mbstring/libmbfl/nls", "nls_de.c nls_en.c nls_ja.c \ 37 nls_kr.c nls_neutral.c nls_ru.c nls_uni.c nls_zh.c nls_hy.c \ [all …]
|
/php-src/ext/gd/libgd/ |
H A D | gdkanji.c | 126 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-src/Zend/tests/named_params/ |
H A D | call_user_func.phpt | 6 $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-src/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_utf7.c | 94 if (c >= 'A' && c <= 'Z') { in decode_base64_char() 96 } else if (c >= 'a' && c <= 'z') { in decode_base64_char() 98 } else if (c >= '0' && c <= '9') { in decode_base64_char() 291 …if ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || (c >= '0' && c <= '9') || c == '\0' || c =… in mbfl_filt_conv_wchar_utf7() 293 …} else if (c == ' ' || c == '\t' || c == '\r' || c == '\n' || c == '\'' || c == '(' || c == ')' ||… in mbfl_filt_conv_wchar_utf7() 423 …return c == '!' || c == '"' || c == '#' || c == '$' || c == '%' || c == '&' || c == '*' || c == ';… in is_optional_direct() 424 …c == '=' || c == '>' || c == '@' || c == '[' || c == ']' || c == '^' || c == '_' || c == '`' || c … in is_optional_direct() 425 c == '|' || c == '}'; in is_optional_direct() 430 …return c == ' ' || c == '\t' || c == '\r' || c == '\n' || c == '\'' || c == '(' || c == ')' || c =… in can_end_base64() 435 if (c >= 'A' && c <= 'Z') { in decode_base64() [all …]
|
/php-src/ext/mysqlnd/ |
H A D | config.w32 | 8 "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 …]
|