/php-src/Zend/ |
H A D | zend_vm_gen.php | 551 function out($f, $s) { function 918 out($f, $code); 1120 out($f,"{\n"); 1123 out($f,"\n"); 1546 out($f,"\n"); 2753 out($f, "\n"); 2757 out($f, "{\n"); 2837 out($f, "{\n"); 2843 out($f, "}\n"); 2863 out($f, "{\n"); [all …]
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 386 out->output_size++; in convert_glob_write() 388 if (out->output < out->output_end) in convert_glob_write() 389 *out->output++ = chr; in convert_glob_write() 417 out->output = output; in convert_glob_write_str() 765 out->out_str[2] = CHAR_C; in convert_glob_print_commit() 766 out->out_str[3] = CHAR_O; in convert_glob_print_commit() 767 out->out_str[4] = CHAR_M; in convert_glob_print_commit() 826 out.output = use_buffer; in convert_glob() 828 out.output_size = 0; in convert_glob() 832 out.out_str[2] = CHAR_s; in convert_glob() [all …]
|
/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_encoding.h | 187 *out++ = c; in mb_convert_buf_add() 188 return out; in mb_convert_buf_add() 193 *out++ = c1; in mb_convert_buf_add2() 194 *out++ = c2; in mb_convert_buf_add2() 195 return out; in mb_convert_buf_add2() 200 *out++ = c1; in mb_convert_buf_add3() 201 *out++ = c2; in mb_convert_buf_add3() 203 return out; in mb_convert_buf_add3() 212 return out; in mb_convert_buf_add4() 220 return out; in mb_convert_buf_appends() [all …]
|
H A D | mbfilter_8bit.c | 100 uint32_t *out = buf, *limit = buf + bufsize; in mb_8bit_to_wchar() local 102 while (p < e && out < limit) { in mb_8bit_to_wchar() 104 *out++ = c; in mb_8bit_to_wchar() 109 return out - buf; in mb_8bit_to_wchar() 114 unsigned char *out, *limit; in mb_wchar_to_8bit() local 115 MB_CONVERT_BUF_LOAD(buf, out, limit); in mb_wchar_to_8bit() 116 MB_CONVERT_BUF_ENSURE(buf, out, limit, len); in mb_wchar_to_8bit() 121 out = mb_convert_buf_add(out, w); in mb_wchar_to_8bit() 123 MB_CONVERT_ERROR(buf, out, limit, w, mb_wchar_to_8bit); in mb_wchar_to_8bit() 124 MB_CONVERT_BUF_ENSURE(buf, out, limit, len); in mb_wchar_to_8bit() [all …]
|
/php-src/scripts/dev/ |
H A D | bless_tests.php | 37 $out = generateMinimallyDifferingOutput($out, $oldExpect); variable 39 $out = normalizeOutput($out); variable 66 $out = preg_replace('/in (\/|[A-Z]:\\\\)\S+:\d+/m', 'in %s:%d', $out); 68 $out = preg_replace('/object\(([A-Za-z0-9]*)\)#\d+/', 'object($1)#%d', $out); 70 $out = preg_replace('/Resource id #\d+/', 'Resource id #%d', $out); 71 $out = preg_replace('/resource\(\d+\) of type/', 'resource(%d) of type', $out); 72 $out = preg_replace( 75 $out); 76 $out = preg_replace('/string\(\d+\) "([^"]*%d)/', 'string(%d) "$1', $out); 77 $out = str_replace("\0", '%0', $out); [all …]
|
/php-src/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_singlebyte.c | 122 out = mb_convert_buf_add(out, w & 0xFF); \ 126 out = mb_convert_buf_add(out, i + tbl_min); \ 171 return out - buf; in mb_ascii_to_wchar() 183 out = mb_convert_buf_add(out, w & 0xFF); in mb_wchar_to_ascii() 219 *out++ = *p++; in mb_8859_1_to_wchar() 236 out = mb_convert_buf_add(out, w); in mb_wchar_to_8859_1() 540 *out++ = c; in mb_cp1252_to_wchar() 561 out = mb_convert_buf_add(out, i + 0x80); in mb_wchar_to_cp1252() 568 out = mb_convert_buf_add(out, w); in mb_wchar_to_cp1252() 757 out = mb_convert_buf_add(out, w); in mb_wchar_to_armscii8() [all …]
|
H A D | mbfilter_utf7imap.c | 494 *out++ = cp; in handle_utf16_cp() 496 return out; in handle_utf16_cp() 507 return out; in handle_base64_end() 538 out = handle_base64_end(n1, out, &base64, true, &surrogate1); in mb_utf7imap_to_wchar() 543 out = handle_base64_end(n2, out, &base64, true, &surrogate1); in mb_utf7imap_to_wchar() 610 *out++ = c; in mb_utf7imap_to_wchar() 671 out = mb_convert_buf_add(out, '-'); in mb_wchar_to_utf7imap() 706 out = mb_convert_buf_add2(out, '&', '-'); in mb_wchar_to_utf7imap() 708 out = mb_convert_buf_add(out, w); in mb_wchar_to_utf7imap() 715 out = mb_convert_buf_add(out, '&'); in mb_wchar_to_utf7imap() [all …]
|
H A D | mbfilter_uuencode.c | 180 while (p < e && (limit - out) >= 3) { in mb_uuencode_to_wchar() 220 *out++ = ((c << 6) | d) & 0xFF; in mb_uuencode_to_wchar() 236 return out - buf; in mb_uuencode_to_wchar() 250 unsigned char *out, *limit; in mb_wchar_to_uuencode() local 268 out = mb_convert_buf_add(out, *s); in mb_wchar_to_uuencode() 270 out = mb_convert_buf_add(out, MIN(len, 45) + 32); in mb_wchar_to_uuencode() 276 buf->out--; in mb_wchar_to_uuencode() 326 out = mb_convert_buf_add(out, uuencode_six_bits((w >> 2) & 0x3F)); in mb_wchar_to_uuencode() 356 out = mb_convert_buf_add(out, '\n'); in mb_wchar_to_uuencode() 358 out = mb_convert_buf_add(out, MIN(len, 45) + 32); in mb_wchar_to_uuencode() [all …]
|
H A D | mbfilter_utf8.c | 455 *out++ = c; in mb_utf8_to_wchar() 484 *out++ = decoded; in mb_utf8_to_wchar() 535 return out - buf; in mb_utf8_to_wchar() 547 out = mb_convert_buf_add(out, w & 0xFF); in mb_wchar_to_utf8() 742 *out++ = c; in mb_mobile_utf8_to_wchar() 820 *out++ = snd; in mb_mobile_utf8_to_wchar() 823 *out++ = s; in mb_mobile_utf8_to_wchar() 828 return out - buf; in mb_mobile_utf8_to_wchar() 888 out = mb_convert_buf_add(out, w); in mb_wchar_to_utf8_docomo() 985 out = mb_convert_buf_add(out, w); in mb_wchar_to_utf8_kddi() [all …]
|
H A D | mbfilter_utf7.c | 473 *out++ = cp; in handle_utf16_cp() 475 return out; in handle_utf16_cp() 492 return out; in handle_base64_end() 524 out = handle_base64_end(n1, &p, out, &base64, true, &surrogate1); in mb_utf7_to_wchar() 596 *out++ = '+'; in mb_utf7_to_wchar() 604 *out++ = c; in mb_utf7_to_wchar() 619 return out - buf; in mb_utf7_to_wchar() 658 out = mb_convert_buf_add(out, '-'); in mb_wchar_to_utf7() 693 out = mb_convert_buf_add(out, w); in mb_wchar_to_utf7() 700 out = mb_convert_buf_add(out, '+'); in mb_wchar_to_utf7() [all …]
|
H A D | mbfilter_qprint.c | 269 *out++ = '='; in mb_qprint_to_wchar() 270 *out++ = c2; in mb_qprint_to_wchar() 271 *out++ = c3; in mb_qprint_to_wchar() 277 *out++ = c3; in mb_qprint_to_wchar() 280 *out++ = '='; in mb_qprint_to_wchar() 281 *out++ = c2; in mb_qprint_to_wchar() 284 *out++ = c; in mb_qprint_to_wchar() 316 out = mb_convert_buf_add(out, '\0'); in mb_wchar_to_qprint() 321 out = mb_convert_buf_add2(out, '\r', '\n'); in mb_wchar_to_qprint() 333 out = mb_convert_buf_add3(out, '=', '\r', '\n'); in mb_wchar_to_qprint() [all …]
|
H A D | mbfilter_cjk.c | 653 out = mb_convert_buf_add(out, s); in mb_wchar_to_iso2022jp() 736 out = mb_convert_buf_add(out, s); in mb_wchar_to_jis() 1525 out = mb_convert_buf_add(out, s); in mb_wchar_to_iso2022jp_kddi() 2337 out = mb_convert_buf_add(out, s); in mb_wchar_to_iso2022jp2004() 3362 out = mb_convert_buf_add(out, s); in mb_wchar_to_cp50220() 3419 out = mb_convert_buf_add(out, s); in mb_wchar_to_cp50221() 3479 out = mb_convert_buf_add(out, s); in mb_wchar_to_cp50222() 3991 out = mb_convert_buf_add(out, s); in mb_wchar_to_iso2022jpms() 4360 out = mb_convert_buf_add(out, s); in mb_wchar_to_iso2022kr() 4946 out = mb_convert_buf_add(out, s); in mb_wchar_to_sjis() [all …]
|
H A D | mbfilter_7bit.c | 92 uint32_t *out = buf, *limit = buf + bufsize; in mb_7bit_to_wchar() local 94 while (p < e && out < limit) { in mb_7bit_to_wchar() 96 *out++ = (c < 0x80) ? c : MBFL_BAD_INPUT; in mb_7bit_to_wchar() 101 return out - buf; in mb_7bit_to_wchar() 106 unsigned char *out, *limit; in mb_wchar_to_7bit() local 107 MB_CONVERT_BUF_LOAD(buf, out, limit); in mb_wchar_to_7bit() 108 MB_CONVERT_BUF_ENSURE(buf, out, limit, len); in mb_wchar_to_7bit() 113 out = mb_convert_buf_add(out, w); in mb_wchar_to_7bit() 115 MB_CONVERT_ERROR(buf, out, limit, w, mb_wchar_to_7bit); in mb_wchar_to_7bit() 116 MB_CONVERT_BUF_ENSURE(buf, out, limit, len); in mb_wchar_to_7bit() [all …]
|
H A D | mbfilter_utf16.c | 546 *out++ = n2; in mb_utf16be_to_wchar_default() 555 *out++ = n; in mb_utf16be_to_wchar_default() 567 return out - buf; in mb_utf16be_to_wchar_default() 580 out = mb_convert_buf_add2(out, (w >> 8) & 0xFF, w & 0xFF); in mb_wchar_to_utf16be_default() 624 *out++ = n2; in mb_utf16le_to_wchar_default() 633 *out++ = n; in mb_utf16le_to_wchar_default() 658 out = mb_convert_buf_add2(out, w & 0xFF, (w >> 8) & 0xFF); in mb_wchar_to_utf16le_default() 705 out += 16; in mb_utf16be_to_wchar_avx2() 827 out += 16; in mb_wchar_to_utf16be_avx2() 898 out += 16; in mb_utf16le_to_wchar_avx2() [all …]
|
H A D | mbfilter_htmlent.c | 414 *out++ = '&'; in mb_htmlent_to_wchar() 416 *out++ = *p++; in mb_htmlent_to_wchar() 422 *out++ = c; in mb_htmlent_to_wchar() 444 out = mb_convert_buf_add(out, w); in mb_wchar_to_htmlent() 446 out = mb_convert_buf_add(out, '&'); in mb_wchar_to_htmlent() 454 out = mb_convert_buf_add(out, *str); in mb_wchar_to_htmlent() 456 out = mb_convert_buf_add(out, ';'); in mb_wchar_to_htmlent() 464 out = mb_convert_buf_add(out, '#'); in mb_wchar_to_htmlent() 467 out = mb_convert_buf_add(out, '0'); in mb_wchar_to_htmlent() 476 out = mb_convert_buf_add(out, *converted++); in mb_wchar_to_htmlent() [all …]
|
H A D | mbfilter_ucs2.c | 275 while (p < e && out < limit) { in mb_ucs2be_to_wchar() 279 *out++ = w; in mb_ucs2be_to_wchar() 284 *out++ = MBFL_BAD_INPUT; in mb_ucs2be_to_wchar() 290 return out - buf; in mb_ucs2be_to_wchar() 295 unsigned char *out, *limit; in mb_wchar_to_ucs2be() local 302 out = mb_convert_buf_add2(out, (w >> 8) & 0xFF, w & 0xFF); in mb_wchar_to_ucs2be() 321 *out++ = w; in mb_ucs2le_to_wchar() 326 *out++ = MBFL_BAD_INPUT; in mb_ucs2le_to_wchar() 332 return out - buf; in mb_ucs2le_to_wchar() 337 unsigned char *out, *limit; in mb_wchar_to_ucs2le() local [all …]
|
H A D | mbfilter_utf32.c | 290 while (p < e && out < limit) { in mb_utf32be_to_wchar() 298 *out++ = w; in mb_utf32be_to_wchar() 300 *out++ = MBFL_BAD_INPUT; in mb_utf32be_to_wchar() 306 *out++ = MBFL_BAD_INPUT; in mb_utf32be_to_wchar() 312 return out - buf; in mb_utf32be_to_wchar() 317 unsigned char *out, *limit; in mb_wchar_to_utf32be() local 347 *out++ = w; in mb_utf32le_to_wchar() 349 *out++ = MBFL_BAD_INPUT; in mb_utf32le_to_wchar() 355 *out++ = MBFL_BAD_INPUT; in mb_utf32le_to_wchar() 361 return out - buf; in mb_utf32le_to_wchar() [all …]
|
H A D | mbfilter_base64.c | 265 *out++ = MBFL_BAD_INPUT; in mb_base64_to_wchar() 270 *out++ = (cache >> 16) & 0xFF; in mb_base64_to_wchar() 271 *out++ = (cache >> 8) & 0xFF; in mb_base64_to_wchar() 272 *out++ = cache & 0xFF; in mb_base64_to_wchar() 283 *out++ = (cache >> 2) & 0xFF; in mb_base64_to_wchar() 285 *out++ = (cache >> 4) & 0xFF; in mb_base64_to_wchar() 294 return out - buf; in mb_base64_to_wchar() 303 unsigned char *out, *limit; in mb_wchar_to_base64() local 324 out = mb_convert_buf_add2(out, '\r', '\n'); in mb_wchar_to_base64() 327 out = mb_convert_buf_add4(out, in mb_wchar_to_base64() [all …]
|
/php-src/ext/gd/libgd/ |
H A D | gd_gd.c | 216 gdPutC(im->trueColor, out); in _gdPutColors() 237 gdPutWord(65534, out); in _gdPutHeader() 239 gdPutWord(65535, out); in _gdPutHeader() 241 gdPutWord(im->sx, out); in _gdPutHeader() 242 gdPutWord(im->sy, out); in _gdPutHeader() 244 _gdPutColors(im, out); in _gdPutHeader() 251 _gdPutHeader(im, out); in _gdImageGd() 268 _gdImageGd(im, out); in gdImageGd() 269 out->gd_free(out); in gdImageGd() 276 _gdImageGd(im, out); in gdImageGdPtr() [all …]
|
H A D | gd_webp.c | 109 uint8_t *out; in gdImageWebpCtx() local 166 gdPutBuf(out, out_size, outfile); in gdImageWebpCtx() 167 free(out); in gdImageWebpCtx() 177 out->gd_free(out); in gdImageWebpEx() 183 gdImageWebpCtx(im, out, -1); in gdImageWebp() 184 out->gd_free(out); in gdImageWebp() 191 gdImageWebpCtx(im, out, -1); in gdImageWebpPtr() 192 rv = gdDPExtractData(out, size); in gdImageWebpPtr() 193 out->gd_free(out); in gdImageWebpPtr() 203 rv = gdDPExtractData(out, size); in gdImageWebpPtrEx() [all …]
|
H A D | gd_wbmp.c | 69 void gd_putout (int i, void *out) in gd_putout() argument 71 gdPutC(i, (gdIOCtx *) out); in gd_putout() 98 _gdImageWBMPCtx(image, fg, out); in gdImageWBMPCtx() 125 if (writewbmp (wbmp, &gd_putout, out)) { in _gdImageWBMPCtx() 207 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWBMP() local 208 gdImageWBMPCtx(im, fg, out); in gdImageWBMP() 209 out->gd_free(out); in gdImageWBMP() 218 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWBMPPtr() local 219 if (!_gdImageWBMPCtx(im, fg, out)) { in gdImageWBMPPtr() 220 rv = gdDPExtractData(out, size); in gdImageWBMPPtr() [all …]
|
H A D | gdtest.c | 23 FILE *in, *out; in main() local 62 fclose (out); in main() 94 fclose (out); in main() 129 fclose (out); in main() 188 fclose (out); in main() 275 if (!out) in main() 281 fclose (out); in main() 313 if (!out) in main() 319 fclose (out); in main() 344 if (!out) in main() [all …]
|
/php-src/ext/dba/libcdb/ |
H A D | uint32.c | 28 void uint32_pack(char *out, uint32 in) in uint32_pack() argument 30 out[0] = in&0xff; in>>=8; in uint32_pack() 31 out[1] = in&0xff; in>>=8; in uint32_pack() 32 out[2] = in&0xff; in>>=8; in uint32_pack() 33 out[3] = in&0xff; in uint32_pack() 38 void uint32_unpack(const char *in, uint32 *out) in uint32_unpack() argument 40 *out = (((uint32)(unsigned char)in[3])<<24) | in uint32_unpack()
|
/php-src/ext/dom/ |
H A D | xml_serializer.c | 53 #define xmlOutputBufferWriteLit(out, literal) xmlOutputBufferWrite((out), strlen("" literal), "" li… argument 72 xmlOutputBufferPtr out; member 475 TRY(xmlOutputBufferWriteLit(out, ":")); in dom_xml_output_qname() 627 TRY(xmlOutputBufferWriteLit(out, ":")); in dom_xml_serialize_attribute_node() 676 TRY(xmlOutputBufferWriteLit(out, "<?")); in dom_xml_serialize_processing_instruction() 678 TRY(xmlOutputBufferWriteLit(out, " ")); in dom_xml_serialize_processing_instruction() 715 xmlOutputBufferPtr out, in dom_xml_serialize_attributes() argument 897 TRY(xmlOutputBufferWriteLit(out, "\n")); in dom_xml_output_indents() 1228 TRY(xmlOutputBufferFlush(ctx->out)); in dom_xml_serializing_a_document_node() 1285 TRY(xmlOutputBufferFlush(ctx->out)); in dom_xml_serialization_algorithm() [all …]
|
/php-src/ext/fileinfo/libmagic/ |
H A D | is_json.c | 137 goto out; in json_parse_string() 173 out: in json_parse_string() 189 goto out; in json_parse_array() 193 goto out; in json_parse_array() 210 out: in json_parse_array() 266 out: in json_parse_object() 292 goto out; in json_parse_number() 301 goto out; in json_parse_number() 315 out: in json_parse_number() 355 goto out; in json_parse() [all …]
|