Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.0/ext/fileinfo/
H A Dconfig.w3211 strcasestr.c buffer.c is_csv.c";
H A Dfileinfo.stub.php22 public function buffer(string $string, int $flags = FILEINFO_NONE, $context = null) {} function in finfo
/PHP-8.0/tests/output/
H A Dob_start_basic_005.phpt29 Notice: ob_start(): Failed to create buffer in %s on line %d
H A Dob_start_error_001.phpt27 Notice: ob_start(): Failed to create buffer in %s on line %d
/PHP-8.0/ext/fileinfo/tests/
H A Dbug68819_002.phpt21 $type = $finfo->buffer($string);
/PHP-8.0/Zend/tests/
H A Dgc_023.phpt2 GC 023: Root buffer overflow (automatic collection)
H A Dgc_043.phpt2 GC buffer shouldn't get reused when removing nested data
/PHP-8.0/Zend/
H A Dzend_interfaces.h75 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial…
78 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, size_t *buf_len, zend_…
/PHP-8.0/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.0/sapi/phpdbg/
H A Dphpdbg_list.c156 char *buffer = data->buf + linestart; in phpdbg_list_file() local
159 phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
162 phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
164 …ite("line", "line=\"%u\" code=\"%.*s\" current=\"current\"", ">%05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
168 if (*(buffer + linelen - 1) != '\n' || !linelen) { in phpdbg_list_file()
/PHP-8.0/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt17 // start the buffering of next command to internal output buffer
23 // get the contents from the internal output buffer
26 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic1.phpt17 // start the buffering of next command to internal output buffer
23 // get the contents from the internal output buffer
26 // fflush and end the output buffering to internal output buffer
/PHP-8.0/ext/xmlwriter/tests/
H A D005-mb.phpt22 // Force to write and empty the buffer
H A D005.phpt22 // Force to write and empty the buffer
H A D006.phpt18 // Force to write and empty the buffer
H A DOO_005.phpt22 // Force to write and empty the buffer
H A DOO_006.phpt19 // Force to write and empty the buffer
H A D003.phpt26 // Force to write and empty the buffer
/PHP-8.0/tests/basic/
H A Dbug80384.phpt2 Bug #80384 large reads cause filters to internally buffer large amounts of memory
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_statement.c47 efree(S->bound_result[i].buffer); in pdo_mysql_free_result()
238 S->bound_result[i].buffer = emalloc(S->bound_result[i].buffer_length); in pdo_mysql_stmt_after_execute_prepared()
429 b->buffer = NULL; in pdo_mysql_stmt_param_hook()
505 b->buffer = Z_STRVAL_P(parameter); in pdo_mysql_stmt_param_hook()
512 b->buffer = &libmysql_false_buffer; in pdo_mysql_stmt_param_hook()
517 b->buffer = &libmysql_true_buffer; in pdo_mysql_stmt_param_hook()
522 b->buffer = &Z_LVAL_P(parameter); in pdo_mysql_stmt_param_hook()
527 b->buffer = &Z_DVAL_P(parameter); in pdo_mysql_stmt_param_hook()
694 *ptr = S->bound_result[colno].buffer; in pdo_mysql_stmt_get_col()
/PHP-8.0/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.0/ext/pdo_firebird/tests/
H A Dbug_76448.phpt2 Bug #76448 (Stack buffer overflow in firebird_info_cb)
/PHP-8.0/ext/hash/
H A Dhash_ripemd.c290 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD128Update()
291 RIPEMD128Transform(context->state, context->buffer); in PHP_RIPEMD128Update()
303 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD128Update()
388 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD256Update()
389 RIPEMD256Transform(context->state, context->buffer); in PHP_RIPEMD256Update()
401 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD256Update()
487 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD160Update()
488 RIPEMD160Transform(context->state, context->buffer); in PHP_RIPEMD160Update()
500 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD160Update()
595 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD320Update()
[all …]
/PHP-8.0/ext/zlib/
H A Dphp_zlib.h49 php_zlib_buffer buffer; member
/PHP-8.0/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt15 The smaller the pipe buffer is, the longer it will take. It might even pass at the end,
17 so then the pipe buffer is emptied more often and the child has chance to continue its

Completed in 42 milliseconds

12345678910>>...13