Home
last modified time | relevance | path

Searched refs:buffer (Results 176 – 200 of 343) sorted by relevance

12345678910>>...14

/php-src/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-src/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-src/ext/fileinfo/
H A Dconfig.w3211 strcasestr.c buffer.c is_csv.c";
/php-src/ext/xmlwriter/tests/
H A D006.phpt16 // Force to write and empty the buffer
H A DOO_006.phpt17 // Force to write and empty the buffer
H A D003.phpt26 // Force to write and empty the buffer
H A DOO_003.phpt29 // Force to write and empty the buffer
/php-src/tests/basic/
H A Dbug80384.phpt2 Bug #80384 large reads cause filters to internally buffer large amounts of memory
/php-src/Zend/tests/weakrefs/
H A Dgh10043-003.phpt22 // $obj is first in the root buffer
H A Dgh10043-004.phpt22 // $map is first in the root buffer
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_edge_case_03.phpt12 …a UTF-8 string where an invalid UTF-8 byte sequence falls over the boundary of the 4096 byte buffer
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c46 efree(S->bound_result[i].buffer); in pdo_mysql_free_result()
239 S->bound_result[i].buffer = emalloc(S->bound_result[i].buffer_length); in pdo_mysql_stmt_after_execute_prepared()
432 b->buffer = NULL; in pdo_mysql_stmt_param_hook()
508 b->buffer = Z_STRVAL_P(parameter); in pdo_mysql_stmt_param_hook()
515 b->buffer = &libmysql_false_buffer; in pdo_mysql_stmt_param_hook()
520 b->buffer = &libmysql_true_buffer; in pdo_mysql_stmt_param_hook()
525 b->buffer = &Z_LVAL_P(parameter); in pdo_mysql_stmt_param_hook()
530 b->buffer = &Z_DVAL_P(parameter); in pdo_mysql_stmt_param_hook()
702 ZVAL_STRINGL_FAST(result, S->bound_result[colno].buffer, length); in pdo_mysql_stmt_get_col()
/php-src/ext/zlib/
H A Dphp_zlib.h49 php_zlib_buffer buffer; member
/php-src/main/
H A Dmain.c895 char *buffer; in php_printf() local
900 ret = PHPWRITE(buffer, size); in php_printf()
901 efree(buffer); in php_printf()
913 char *buffer; in php_printf_unchecked() local
918 ret = PHPWRITE(buffer, size); in php_printf_unchecked()
919 efree(buffer); in php_printf_unchecked()
963 zend_string *replace_buffer = escape_html(ZSTR_VAL(buffer), ZSTR_LEN(buffer)); in php_verror()
964 zend_string_free(buffer); in php_verror()
967 buffer = replace_buffer; in php_verror()
969 buffer = zend_empty_string; in php_verror()
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.h23 void phpdbg_string_init(char *buffer);
/php-src/ext/pdo_firebird/tests/
H A Dbug_76448.phpt2 Bug #76448 (Stack buffer overflow in firebird_info_cb)
/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic1.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_basic2.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-src/ext/phar/tests/tar/
H A Dbignames_overflow.phpt2 Phar: tar with huge filenames, buffer overflow
/php-src/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-real.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
/php-src/ext/standard/tests/streams/
H A Dset_file_buffer.phpt2 int set_file_buffer ( resource $stream , int $buffer );
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_createFromFile_createFromString_BOM_buffer_edge.phpt2 DOM\HTMLDocument::createFromFile()/createFromString() BOM with a buffer on the edge
/php-src/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt60 $buffer = fread($sock, 1024);
61 if (strlen($buffer)) {

Completed in 38 milliseconds

12345678910>>...14