Home
last modified time | relevance | path

Searched refs:buffer (Results 176 – 200 of 291) sorted by path

12345678910>>...12

/PHP-5.5/ext/standard/tests/strings/
H A D007.phpt2 php_strip_whitespace() and output buffer
H A Dbug69522.phpt2 Bug #69522 (heap buffer overflow in unpack())
H A Dsetlocale_basic1.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
H A Dsetlocale_basic2.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
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
H A Dsetlocale_variation1.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
H A Dsetlocale_variation2.phpt31 // start the buffering of next command to internal output buffer
37 // get the contents from the internal output buffer
40 // fflush and end the output buffering to internal output buffer
H A Dwordwrap_basic.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_error.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_variation1.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_variation2.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_variation3.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_variation4.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_variation5.phpt6 * Description: Wraps buffer to selected number of characters using string break char
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re246 * HTML stuff to the result buffer.
H A Duser_filters.c513 char *buffer; in PHP_FUNCTION() local
518 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zs", &zstream, &buffer, &buffer_len) == FAIL… in PHP_FUNCTION()
528 memcpy(pbuffer, buffer, buffer_len); in PHP_FUNCTION()
/PHP-5.5/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
H A D030.phpt11 $buffer = '<html></html>';
18 $tidy->parseString($buffer, $config);
H A D031.phpt11 $buffer = '<html></html>';
14 $tidy = tidy_parse_string($buffer, $config);
H A D032.phpt11 $buffer = '<img src="file.png" /><php>';
13 $tidy = tidy_parse_string($buffer);
H A D033.phpt11 $buffer = '<img src="file.png" /><php>';
13 $tidy = tidy_parse_string($buffer);
H A D034.phpt11 $buffer = '<img src="file.png" /><php>';
15 $tidy = tidy_parse_string($buffer, $config);
H A Dtidy_error1.phpt11 $buffer = '<html></html>';
15 var_dump($tidy->parseString($buffer, $config));
/PHP-5.5/ext/xml/
H A Dcompat.c586 if (data_len >= 4 || (parser->parser->input->buf->buffer->use + data_len >= 4)) { in XML_Parse()
590 char_count = parser->parser->input->buf->buffer->use; in XML_Parse()
595 memcpy(start, parser->parser->input->buf->buffer->content, (size_t)char_count); in XML_Parse()
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug68027.phpt2 Bug #68027 (buffer overflow in mkgmtime() function)

Completed in 41 milliseconds

12345678910>>...12