Home
last modified time | relevance | path

Searched refs:buffer (Results 201 – 225 of 323) sorted by last modified time

12345678910>>...13

/PHP-7.4/tests/output/
H A Dbug70970.phpt12 function obHandler($buffer, $phase = null)
20 return $buffer;
H A Dflush_basic_001.phpt15 echo "Inside a user buffer\n";
/PHP-7.4/tests/lang/
H A Dbug23489.phpt14 function transform($buffer) {
H A Dbug32828.phpt6 function output_handler($buffer)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_sigsafe.c30 void phpdbg_set_sigsafe_mem(char *buffer) { in phpdbg_set_sigsafe_mem() argument
39 mem->mem = buffer; in phpdbg_set_sigsafe_mem()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_log.c101 char buffer[FPM_LOG_BUFFER+1]; in fpm_log_write() local
143 memset(buffer, '\0', sizeof(buffer)); in fpm_log_write()
144 b = buffer; in fpm_log_write()
466 if (!test && strlen(buffer) > 0) { in fpm_log_write()
467 buffer[len] = '\n'; in fpm_log_write()
468 zend_quiet_write(fpm_log_fd, buffer, len + 1); in fpm_log_write()
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_add_basic.phpt13 $buffer = "";
20 $buffer .= $dataToCompress;
21 if (strlen($buffer) >= $flushSize) {
22 $deflated = deflate_add($resource, $buffer, $flushType);
23 $buffer = "";
28 $deflated = deflate_add($resource, $buffer, ZLIB_FINISH);
H A Dinflate_add_basic.phpt12 $buffer = "";
19 $buffer .= $dataToInflate;
20 if (strlen($buffer) >= $flushSize) {
21 $inflated = inflate_add($resource, $buffer);
22 $buffer = "";
27 $inflated = inflate_add($resource, $buffer, ZLIB_FINISH);
/PHP-7.4/ext/xmlwriter/tests/
H A DOO_006.phpt19 // Force to write and empty the buffer
H A DOO_007.phpt27 // Force to write and empty the buffer
H A DOO_008.phpt24 // Force to write and empty the buffer
H A DOO_009.phpt32 // Force to write and empty the buffer
H A DOO_010.phpt24 // Force to write and empty the buffer
H A DOO_011.phpt26 // Force to write and empty the buffer
H A D006.phpt18 // Force to write and empty the buffer
H A D007.phpt26 // Force to write and empty the buffer
H A D008.phpt27 // Force to write and empty the buffer
H A D009.phpt32 // Force to write and empty the buffer
H A D011.phpt23 // Force to write and empty the buffer
H A D012.phpt25 // Force to write and empty the buffer
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug68027.phpt2 Bug #68027 (buffer overflow in mkgmtime() function)
/PHP-7.4/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
H A D030.phpt11 $buffer = '<html></html>';
17 $tidy->parseString($buffer, $config);
H A D032.phpt11 $buffer = '<img src="file.png" /><php>';
13 $tidy = tidy_parse_string($buffer);
H A D031.phpt11 $buffer = '<html></html>';
14 $tidy = tidy_parse_string($buffer, $config);

Completed in 42 milliseconds

12345678910>>...13