/PHP-8.3/ext/standard/tests/strings/ |
H A D | 007.phpt | 2 php_strip_whitespace() and output buffer
|
H A D | setlocale_variation1.phpt | 18 // 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 D | setlocale_basic3.phpt | 18 // 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/ext/standard/tests/http/ |
H A D | bug75981.phpt | 2 Bug #75981 (stack-buffer-overflow while parsing HTTP response)
|
/PHP-8.3/ext/standard/ |
H A D | image.c | 153 ((((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 D | flush_basic_001.phpt | 14 echo "Inside a user buffer\n";
|
H A D | ob_start_basic_unerasable_001.phpt | 2 ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents().
|
H A D | ob_start_error_003.phpt | 19 Notice: ob_start(): Failed to create buffer in %s on line %d
|
H A D | ob_start_error_004.phpt | 19 Notice: ob_start(): Failed to create buffer in %s on line %d
|
H A D | ob_start_basic_005.phpt | 29 Notice: ob_start(): Failed to create buffer in %s on line %d
|
/PHP-8.3/ext/tidy/tests/ |
H A D | 008.phpt | 2 Accessing the error buffer via $obj->error_buf...
|
/PHP-8.3/Zend/tests/closures/ |
H A D | closure_from_callable_gc.phpt | 21 $fn2 = $fn; unset($fn2); // Add to root buffer.
|
/PHP-8.3/ext/standard/tests/network/ |
H A D | bug68925.phpt | 2 Bug #68925 (CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow)
|
/PHP-8.3/ext/opcache/tests/ |
H A D | gh9259_003.phpt | 20 %sFatal Error Insufficient shared memory for interned strings buffer! (tried to allocate %d bytes)
|
/PHP-8.3/ext/sqlite3/tests/ |
H A D | bug71049.phpt | 2 Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | bug27619.phpt | 10 Remainder will get sucked into the read buffer though. */
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | bug78987.phpt | 26 $finfo->buffer($content);
|
H A D | bug68819_002.phpt | 21 $type = $finfo->buffer($string);
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_list.c | 154 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 D | 005-mb.phpt | 19 // Force to write and empty the buffer
|
H A D | 005.phpt | 19 // Force to write and empty the buffer
|
H A D | OO_005.phpt | 19 // Force to write and empty the buffer
|
/PHP-8.3/ext/dom/ |
H A D | documenttype.c | 181 smart_str_appendl(&ret_buf, (char *) buff->buffer->content, buff->buffer->use); in dom_documenttype_internal_subset_read()
|
/PHP-8.3/docs/ |
H A D | output-api.md | 33 Flushing one output buffer: 41 Cleaning one output buffer: 49 Discarding one output buffer: 57 Stopping (and dropping) one output buffer:
|
/PHP-8.3/Zend/tests/ |
H A D | gc_023.phpt | 2 GC 023: Root buffer overflow (automatic collection)
|