/PHP-8.3/tests/output/ |
H A D | gh14808.phpt | 2 GH-14808 (Unexpected null pointer in Zend/zend_string.h with empty output buffer)
|
/PHP-8.3/ext/xmlwriter/tests/ |
H A D | 002.phpt | 13 // Force to write and empty the buffer
|
H A D | OO_002.phpt | 14 // Force to write and empty the buffer
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | bug78633.phpt | 2 Bug #78633 (Heap buffer overflow (read) in mb_eregi)
|
H A D | bug72710.phpt | 2 Bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error)
|
H A D | bug77371.phpt | 2 Bug #77371 (heap buffer overflow in mb regex functions - compile_string_node)
|
/PHP-8.3/Zend/tests/ |
H A D | gh13569.phpt | 2 GH-13569: GC buffer grows up to GC_MAX_BUF_SIZE when scanning WeakMaps
|
/PHP-8.3/ext/calendar/tests/ |
H A D | bug71894.phpt | 2 Bug #71894 (AddressSanitizer: global-buffer-overflow in zif_cal_from_jd)
|
/PHP-8.3/ext/opcache/ |
H A D | shared_alloc_mmap.c | 63 char buffer[MAXPATHLEN]; in find_prefered_mmap_base() local 70 while (fgets(buffer, MAXPATHLEN, f) && sscanf(buffer, "%lx-%lx", &start, &end) == 2) { in find_prefered_mmap_base() 75 bool heap_segment = strstr(buffer, "[heap]") != NULL; in find_prefered_mmap_base()
|
/PHP-8.3/ext/standard/tests/ |
H A D | bug79821.phpt | 11 ob_start(function (string $buffer) use (&$bar) {
|
/PHP-8.3/ext/date/tests/ |
H A D | bug49585.phpt | 2 Bug #49585 (date_format buffer not long enough for >4 digit years)
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | setlocale_variation2.phpt | 26 // start the buffering of next command to internal output buffer 32 // get the contents from the internal output buffer 35 // fflush and end the output buffering to internal output buffer
|
H A D | 006.phpt | 2 highlight_file() and output buffer
|
H A D | 007-win32.phpt | 2 php_strip_whitespace() and output buffer
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | stream_set_chunk_size.phpt | 31 /* when the chunk size is 1, the read buffer is skipped, but the 36 echo "should be read without buffer (\$count == 10000)\n"; 68 should be read without buffer ($count == 10000)
|
/PHP-8.3/ext/hash/ |
H A D | hash_gost.c | 263 memcpy(&context->buffer[context->length], input, len); in PHP_GOSTUpdate() 270 memcpy(&context->buffer[context->length], input, i); in PHP_GOSTUpdate() 271 GostTransform(context, context->buffer); in PHP_GOSTUpdate() 278 memcpy(context->buffer, input + i, r); in PHP_GOSTUpdate() 279 ZEND_SECURE_ZERO(&context->buffer[r], 32 - r); in PHP_GOSTUpdate() 289 GostTransform(context, context->buffer); in PHP_GOSTFinal() 313 && ctx->length < sizeof(ctx->buffer)) { in php_gost_unserialize()
|
H A D | php_hash_tiger.h | 24 unsigned char buffer[64]; member
|
H A D | php_hash_haval.h | 25 unsigned char buffer[128]; member
|
/PHP-8.3/ext/sockets/ |
H A D | sendrecvmsg.c | 384 void *buffer; in php_do_getsockopt_ipv6_rfc3542() local 402 buffer = ecalloc(1, size); in php_do_getsockopt_ipv6_rfc3542() 403 res = getsockopt(php_sock->bsd_socket, level, optname, buffer, &size); in php_do_getsockopt_ipv6_rfc3542() 408 zval *zv = to_zval_run_conversions(buffer, reader, "in6_pktinfo", in php_do_getsockopt_ipv6_rfc3542() 417 efree(buffer); in php_do_getsockopt_ipv6_rfc3542()
|
/PHP-8.3/ext/standard/ |
H A D | config.m4 | 16 char buffer[64]; 29 fgets(buffer, sizeof(buffer), fp); 32 fgets(buffer, sizeof(buffer), fp); 33 if (0 != strcmp(buffer, "line 1\n")) 35 fgets(buffer, sizeof(buffer), fp); 36 if (0 != strcmp(buffer, "line 3\n"))
|
H A D | md5.h | 40 unsigned char buffer[64]; member
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic() 76 struct buffer bb; in file_ascmagic() 105 file_ascmagic_with_encoding(struct magic_set *ms, const struct buffer *b, in file_ascmagic_with_encoding() 109 struct buffer bb; in file_ascmagic_with_encoding()
|
/PHP-8.3/tests/lang/ |
H A D | bug32828.phpt | 6 function output_handler($buffer)
|
/PHP-8.3/ext/dba/ |
H A D | install_cdb.sh | 39 ar x ../buffer.a
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_gif_in.c | 48 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0) argument 94 static int ReadColorMap (gdIOCtx *fd, int number, unsigned char (*buffer)[256]); 283 static int ReadColorMap(gdIOCtx *fd, int number, unsigned char (*buffer)[256]) /* {{{ */ in ReadColorMap() 293 buffer[CM_RED][i] = rgb[0] ; in ReadColorMap() 294 buffer[CM_GREEN][i] = rgb[1] ; in ReadColorMap() 295 buffer[CM_BLUE][i] = rgb[2] ; in ReadColorMap()
|