Home
last modified time | relevance | path

Searched refs:buffer (Results 76 – 100 of 291) sorted by last modified time

12345678910>>...12

/PHP-5.5/ext/xmlwriter/tests/
H A D012.phpt27 // Force to write and empty the buffer
H A DOO_001.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
16 // Force to write and empty the buffer
H A DOO_002.phpt15 // Force to write and empty the buffer
H A DOO_003.phpt30 // Force to write and empty the buffer
H A DOO_004.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
20 // Force to write and empty the buffer
H A DOO_005.phpt23 // Force to write and empty the buffer
H A DOO_006.phpt20 // Force to write and empty the buffer
H A DOO_007.phpt29 // Force to write and empty the buffer
H A DOO_008.phpt25 // Force to write and empty the buffer
H A DOO_009.phpt33 // Force to write and empty the buffer
H A DOO_010.phpt26 // Force to write and empty the buffer
H A DOO_011.phpt28 // Force to write and empty the buffer
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c309 char buffer[128]; in PHP_MINFO_FUNCTION() local
316 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
317 php_info_print_table_row(2, "libxslt Version", buffer); in PHP_MINFO_FUNCTION()
321 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
322 php_info_print_table_row(2, "libxslt compiled against libxml Version", buffer); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c1835 xmlBufferPtr buffer; in PHP_FUNCTION() local
1849 buffer = xmlBufferCreate(); in PHP_FUNCTION()
1851 if (buffer == NULL) { in PHP_FUNCTION()
1856 ptr = xmlNewTextWriterMemory(buffer, 0); in PHP_FUNCTION()
1858 xmlBufferFree(buffer); in PHP_FUNCTION()
1864 intern->output = buffer; in PHP_FUNCTION()
1888 xmlBufferPtr buffer; in php_xmlwriter_flush() local
1913 buffer = intern->output; in php_xmlwriter_flush()
1914 if (force_string == 1 && buffer == NULL) { in php_xmlwriter_flush()
1918 if (buffer) { in php_xmlwriter_flush()
[all …]
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug68027.phpt2 Bug #68027 (buffer overflow in mkgmtime() function)
/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/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);
/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/standard/tests/strings/
H A Dwordwrap_basic.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

Completed in 30 milliseconds

12345678910>>...12