/PHP-8.3/ext/xmlwriter/tests/ |
H A D | OO_008.phpt | 22 // Force to write and empty the buffer
|
H A D | OO_010.phpt | 22 // Force to write and empty the buffer
|
H A D | 011.phpt | 21 // Force to write and empty the buffer
|
H A D | 010.phpt | 33 // Force to write and empty the buffer
|
H A D | 012.phpt | 23 // Force to write and empty the buffer
|
H A D | OO_011.phpt | 24 // Force to write and empty the buffer
|
H A D | 007.phpt | 24 // Force to write and empty the buffer
|
H A D | OO_009.phpt | 30 // Force to write and empty the buffer
|
H A D | 008.phpt | 25 // Force to write and empty the buffer
|
H A D | 009.phpt | 29 // Force to write and empty the buffer
|
H A D | OO_007.phpt | 25 // Force to write and empty the buffer
|
/PHP-8.3/ext/phar/tests/ |
H A D | 010.phpt | 2 Phar::mapPhar buffer overrun
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | bug77381.phpt | 2 Bug #77381 (heap buffer overflow in multibyte match_at)
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_proto.h | 70 DASM_FDEF int dasm_encode(Dst_DECL, void *buffer);
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.c | 1329 zend_string *buffer; in PHP_FUNCTION() local 1346 n = zip_fread(zr_rsrc->zf, ZSTR_VAL(buffer), ZSTR_LEN(buffer)); in PHP_FUNCTION() 1349 ZSTR_LEN(buffer) = n; in PHP_FUNCTION() 1350 RETURN_NEW_STR(buffer); in PHP_FUNCTION() 1924 zend_string *buffer; local 1949 memcpy(ze_obj->buffers[pos], ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1); 2884 zend_string *buffer; local 2924 n = zip_fread(zf, ZSTR_VAL(buffer), ZSTR_LEN(buffer)); 2926 zend_string_efree(buffer); 2932 ZSTR_LEN(buffer) = n; [all …]
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | stream_cast_loses_data.phpt | 19 // fills the read buffer with up to 8192 bytes
|
/PHP-8.3/ext/fileinfo/ |
H A D | fileinfo.stub.php | 83 …public function buffer(string $string, int $flags = FILEINFO_NONE, $context = null): string|false … function in finfo
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gdtest.c | 17 static int fwriteWrapper (void *context, const char *buffer, int len); 406 fwriteWrapper (void *context, const char *buffer, int len) in fwriteWrapper() argument 408 return fwrite (buffer, 1, len, (FILE *) context); in fwriteWrapper()
|
/PHP-8.3/ext/exif/tests/ |
H A D | bug78910.phpt | 2 Bug #78910: Heap-buffer-overflow READ in exif (OSS-Fuzz #19044)
|
/PHP-8.3/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 77 static inline int get_ftp_result(php_stream *stream, char *buffer, size_t buffer_size) in get_ftp_result() argument 79 buffer[0] = '\0'; /* in case read fails to read anything */ in get_ftp_result() 80 while (php_stream_gets(stream, buffer, buffer_size-1) && in get_ftp_result() 81 !(isdigit((int) buffer[0]) && isdigit((int) buffer[1]) && in get_ftp_result() 82 isdigit((int) buffer[2]) && buffer[3] == ' ')); in get_ftp_result() 83 return strtol(buffer, NULL, 10); in get_ftp_result()
|
/PHP-8.3/main/ |
H A D | rfc1867.c | 188 char *buffer; member 217 if (self->bytes_in_buffer > 0 && self->buf_begin != self->buffer) { in fill_buffer() 218 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer() 221 self->buf_begin = self->buffer; in fill_buffer() 229 char *buf = self->buffer + self->bytes_in_buffer; in fill_buffer() 261 self->buffer = (char *) ecalloc(1, minsize + 1); in multipart_buffer_new() 268 self->buf_begin = self->buffer; in multipart_buffer_new() 1272 if (mbuff->buffer) efree(mbuff->buffer);
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_auth.h | 99 PHPAPI void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, cons…
|
H A D | mysqlnd_auth.c | 518 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt() argument 522 *buffer++= *s1++ ^ *s2++; in php_mysqlnd_crypt() 529 void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, const zend_… in php_mysqlnd_scramble() argument 549 PHP_SHA1Final(buffer, &context); in php_mysqlnd_scramble() 552 php_mysqlnd_crypt(buffer, (const zend_uchar *)buffer, (const zend_uchar *)sha1, SHA1_MAX_LENGTH); in php_mysqlnd_scramble() 979 void php_mysqlnd_scramble_sha2(zend_uchar * const buffer, const zend_uchar * const scramble, const … in php_mysqlnd_scramble_sha2() argument 999 PHP_SHA256Final(buffer, &context); in php_mysqlnd_scramble_sha2() 1002 php_mysqlnd_crypt(buffer, (const zend_uchar *)sha1, (const zend_uchar *)buffer, SHA256_LENGTH); in php_mysqlnd_scramble_sha2()
|
/PHP-8.3/Zend/tests/ |
H A D | gh13670_002.phpt | 44 // Add potential garbage to buffer
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | finfo_buffer_variation1-mb.phpt | 28 var_dump( $finfo->buffer( $string, $option ) );
|