/PHP-8.3/ext/fileinfo/ |
H A D | config.w32 | 11 strcasestr.c buffer.c is_csv.c";
|
/PHP-8.3/ext/pdo_firebird/tests/ |
H A D | bug_76448.phpt | 2 Bug #76448 (Stack buffer overflow in firebird_info_cb)
|
/PHP-8.3/ext/hash/ |
H A D | hash_ripemd.c | 291 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD128Update() 292 RIPEMD128Transform(context->state, context->buffer); in PHP_RIPEMD128Update() 304 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD128Update() 390 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD256Update() 391 RIPEMD256Transform(context->state, context->buffer); in PHP_RIPEMD256Update() 403 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD256Update() 490 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD160Update() 491 RIPEMD160Transform(context->state, context->buffer); in PHP_RIPEMD160Update() 503 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD160Update() 599 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD320Update() [all …]
|
/PHP-8.3/tests/output/ |
H A D | ob_start_error_001.phpt | 27 Notice: ob_start(): Failed to create buffer in %s on line %d
|
/PHP-8.3/tests/basic/ |
H A D | bug80384.phpt | 2 Bug #80384 large reads cause filters to internally buffer large amounts of memory
|
/PHP-8.3/ext/xmlwriter/tests/ |
H A D | 006.phpt | 16 // Force to write and empty the buffer
|
H A D | OO_006.phpt | 17 // Force to write and empty the buffer
|
H A D | 003.phpt | 26 // Force to write and empty the buffer
|
H A D | OO_003.phpt | 29 // Force to write and empty the buffer
|
/PHP-8.3/Zend/tests/weakrefs/ |
H A D | gh10043-003.phpt | 22 // $obj is first in the root buffer
|
H A D | gh10043-004.phpt | 22 // $map is first in the root buffer
|
/PHP-8.3/ext/pdo_mysql/ |
H A D | mysql_statement.c | 46 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-8.3/ext/zlib/ |
H A D | php_zlib.h | 49 php_zlib_buffer buffer; member
|
/PHP-8.3/sapi/phpdbg/tests/ |
H A D | gh15268.phpt | 2 GH-15268 (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h))
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.h | 23 void phpdbg_string_init(char *buffer);
|
/PHP-8.3/main/ |
H A D | main.c | 895 char *buffer; in php_printf() local 899 size = vspprintf(&buffer, 0, format, args); in php_printf() 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() 965 efree(buffer); in php_verror() 968 buffer = ZSTR_VAL(replace_buffer); in php_verror() 971 buffer = ""; in php_verror() [all …]
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | setlocale_basic2.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_basic1.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/Zend/tests/ |
H A D | gc_043.phpt | 2 GC buffer shouldn't get reused when removing nested data
|
/PHP-8.3/sapi/fpm/tests/ |
H A D | log-bwp-msg-flush-split-real.phpt | 2 FPM: Buffered worker output plain log with msg with flush split in buffer
|
H A D | log-bwp-msg-flush-split-fallback.phpt | 2 FPM: Buffered worker output plain log with msg with flush split in buffer
|
/PHP-8.3/ext/phar/tests/tar/ |
H A D | bignames_overflow.phpt | 2 Phar: tar with huge filenames, buffer overflow
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | set_file_buffer.phpt | 2 int set_file_buffer ( resource $stream , int $buffer );
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_interface.c | 312 char *buffer = NULL; in PHP_FUNCTION() local 330 zend_string *ret = zend_string_init(buffer, buffer_len, 0); in PHP_FUNCTION() 331 if (buffer) in PHP_FUNCTION() 332 efree(buffer); in PHP_FUNCTION() 347 char *buffer; in PHP_FUNCTION() local 371 efree(buffer); in PHP_FUNCTION() 824 char *buffer; in PHP_FUNCTION() local 896 if (buffer) in PHP_FUNCTION() 897 efree(buffer); in PHP_FUNCTION() 900 if (buffer) { in PHP_FUNCTION() [all …]
|
/PHP-8.3/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 60 $buffer = fread($sock, 1024); 61 if (strlen($buffer)) {
|