Home
last modified time | relevance | path

Searched refs:buffer (Results 101 – 125 of 291) sorted by relevance

12345678910>>...12

/PHP-5.5/tests/lang/
H A Dbug32828.phpt6 function output_handler($buffer)
/PHP-5.5/ext/xmlwriter/tests/
H A DOO_002.phpt15 // Force to write and empty the buffer
H A D005.phpt23 // Force to write and empty the buffer
/PHP-5.5/ext/standard/tests/strings/
H A D007-win32.phpt2 php_strip_whitespace() and output buffer
H A D007.phpt2 php_strip_whitespace() and output buffer
H A Dsetlocale_basic3.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
/PHP-5.5/ext/standard/tests/network/
H A Dbug68925.phpt2 Bug #68925 (CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow)
/PHP-5.5/ext/standard/tests/file/
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
/PHP-5.5/tests/output/
H A Dob_start_basic_unerasable_001.phpt2 ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents().
H A Dflush_basic_001.phpt15 echo "Inside a user buffer\n";
H A Dob_014.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.
H A Dob_015.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.
H A Dob_start_error_003.phpt20 Notice: ob_start(): failed to create buffer in %s on line 11
H A Dob_start_error_004.phpt20 Notice: ob_start(): failed to create buffer in %s on line 11
H A Dob_clean_error_001.phpt6 * Description: Clean (delete) the current output buffer
/PHP-5.5/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API36 Flushing one output buffer:
44 Cleaning one output buffer:
52 Discarding one output buffer:
60 Stopping (and dropping) one output buffer:
/PHP-5.5/ext/hash/
H A Dhash_ripemd.c274 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD128Update()
275 RIPEMD128Transform(context->state, context->buffer); in PHP_RIPEMD128Update()
287 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD128Update()
372 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD256Update()
373 RIPEMD256Transform(context->state, context->buffer); in PHP_RIPEMD256Update()
385 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD256Update()
471 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD160Update()
472 RIPEMD160Transform(context->state, context->buffer); in PHP_RIPEMD160Update()
484 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], inputLen - i); in PHP_RIPEMD160Update()
579 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_RIPEMD320Update()
[all …]
/PHP-5.5/Zend/tests/
H A Dgc_023.phpt2 GC 023: Root buffer overflow (automatic collection)
/PHP-5.5/ext/fileinfo/tests/
H A Dbug68819_002.phpt21 $type = $finfo->buffer($string);
/PHP-5.5/ext/zlib/tests/
H A Dgzinflate_error1.phpt30 echo "\n-- Testing with a buffer that is too small --\n";
63 -- Testing with a buffer that is too small --
H A Dgzuncompress_error1.phpt30 echo "\n-- Testing with a buffer that is too small --\n";
65 -- Testing with a buffer that is too small --
/PHP-5.5/ext/phar/
H A Dtar.c296 # define PHAR_GET_32(buffer) \ in phar_parse_tarfile() argument
297 (((((unsigned char*)(buffer))[3]) << 24) \ in phar_parse_tarfile()
298 | ((((unsigned char*)(buffer))[2]) << 16) \ in phar_parse_tarfile()
299 | ((((unsigned char*)(buffer))[1]) << 8) \ in phar_parse_tarfile()
300 | (((unsigned char*)(buffer))[0])) in phar_parse_tarfile()
302 # define PHAR_GET_32(buffer) (php_uint32) *(buffer) in phar_parse_tarfile() argument
1217 # define PHAR_SET_32(var, buffer) \ in phar_tar_flush() argument
1219 | ((((unsigned char*)&(buffer))[2]) << 16) \ in phar_tar_flush()
1220 | ((((unsigned char*)&(buffer))[1]) << 8) \ in phar_tar_flush()
1221 | (((unsigned char*)&(buffer))[0])) in phar_tar_flush()
[all …]
/PHP-5.5/ext/zlib/
H A Dphp_zlib.h47 php_zlib_buffer buffer; member
/PHP-5.5/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 35 milliseconds

12345678910>>...12