Home
last modified time | relevance | path

Searched refs:buffer (Results 151 – 175 of 341) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/standard/tests/http/
H A Dbug75981.phpt2 Bug #75981 (stack-buffer-overflow while parsing HTTP response)
/PHP-8.3/ext/standard/
H A Dimage.c153 ((((buffer[loop / 8]) >> (7 - (loop % 8))) & 0x01) << (count - (loop - pos) - 1)); in php_swf_get_bits()
397 static size_t php_read_stream_all_chunks(php_stream *stream, char *buffer, size_t length) in php_read_stream_all_chunks() argument
401 ssize_t read_now = php_stream_read(stream, buffer, length - read_total); in php_read_stream_all_chunks()
415 char *buffer; in php_read_APP() local
425 buffer = emalloc(length); in php_read_APP()
427 if (php_read_stream_all_chunks(stream, buffer, length) != length) { in php_read_APP()
428 efree(buffer); in php_read_APP()
436 add_assoc_stringl(info, markername, buffer, length); in php_read_APP()
439 efree(buffer); in php_read_APP()
1144 uint8_t buffer[AVIFINFO_MAX_NUM_READ_BYTES]; member
[all …]
/PHP-8.3/tests/output/
H A Dflush_basic_001.phpt14 echo "Inside a user buffer\n";
H A Dob_start_basic_unerasable_001.phpt2 ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents().
H A Dob_start_error_003.phpt19 Notice: ob_start(): Failed to create buffer in %s on line %d
H A Dob_start_error_004.phpt19 Notice: ob_start(): Failed to create buffer in %s on line %d
H A Dob_start_basic_005.phpt29 Notice: ob_start(): Failed to create buffer in %s on line %d
/PHP-8.3/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/PHP-8.3/Zend/tests/closures/
H A Dclosure_from_callable_gc.phpt21 $fn2 = $fn; unset($fn2); // Add to root buffer.
/PHP-8.3/ext/standard/tests/network/
H A Dbug68925.phpt2 Bug #68925 (CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow)
/PHP-8.3/ext/opcache/tests/
H A Dgh9259_003.phpt20 %sFatal Error Insufficient shared memory for interned strings buffer! (tried to allocate %d bytes)
/PHP-8.3/ext/sqlite3/tests/
H A Dbug71049.phpt2 Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
/PHP-8.3/ext/standard/tests/file/
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
/PHP-8.3/ext/fileinfo/tests/
H A Dbug78987.phpt26 $finfo->buffer($content);
H A Dbug68819_002.phpt21 $type = $finfo->buffer($string);
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_list.c154 char *buffer = data->buf + linestart; in phpdbg_list_file() local
157 phpdbg_write(" %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
160 phpdbg_write(" %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
162 phpdbg_write(">%05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
166 if (*(buffer + linelen - 1) != '\n' || !linelen) { in phpdbg_list_file()
/PHP-8.3/ext/xmlwriter/tests/
H A D005-mb.phpt19 // Force to write and empty the buffer
H A D005.phpt19 // Force to write and empty the buffer
H A DOO_005.phpt19 // Force to write and empty the buffer
/PHP-8.3/ext/dom/
H A Ddocumenttype.c181 smart_str_appendl(&ret_buf, (char *) buff->buffer->content, buff->buffer->use); in dom_documenttype_internal_subset_read()
/PHP-8.3/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt18 // start the buffering of next command to internal output buffer
24 // get the contents from the internal output buffer
27 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic3.phpt18 // start the buffering of next command to internal output buffer
24 // get the contents from the internal output buffer
27 // fflush and end the output buffering to internal output buffer
/PHP-8.3/docs/
H A Doutput-api.md33 Flushing one output buffer:
41 Cleaning one output buffer:
49 Discarding one output buffer:
57 Stopping (and dropping) one output buffer:
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_76448.phpt2 Bug #76448 (Stack buffer overflow in firebird_info_cb)
/PHP-8.3/ext/fileinfo/
H A Dconfig.w3211 strcasestr.c buffer.c is_csv.c";

Completed in 24 milliseconds

12345678910>>...14