Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 77) sorted by relevance

1234

/php-src/tests/output/
H A Dbug46897.phpt2 Bug #46897: ob_flush() should fail to flush unerasable buffers
13 echo "Attempt to flush unerasable buffer - should fail...";
15 // Check content of buffer after flush - if flush failed it should still contain the string above.
20 [callback:1]Attempt to flush unerasable buffer - should fail...
21 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line %d
23 string(%d) "Attempt to flush unerasable buffer - should fail...
24 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line %d
H A Dob_start_basic_unerasable_005.phpt13 echo "Attempt to flush unerasable buffer - should fail...";
15 // Check content of buffer after flush - if flush failed it should still contain the string above.
19 [callback:1]Attempt to flush unerasable buffer - should fail...
20 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line 11
22 string(%d) "Attempt to flush unerasable buffer - should fail...
23 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line 11
H A Dflush_basic_001.phpt2 Test basic functionality of flush()
10 var_dump(flush());
12 // Ensure user buffers are not flushed by flush()
15 flush();
19 var_dump(flush());
H A Dob_end_flush_basic_001.phpt27 Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on li…
33 Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_flush_basic_001.phpt15 echo "Ensure the buffer is still active after the flush.\n";
27 Notice: ob_flush(): Failed to flush buffer. No buffer to flush in %s on line %d
31 Ensure the buffer is still active after the flush.
H A Dob_start_basic_unerasable_004.phpt13 echo "This call will obtain the content, but will not flush the buffer.";
18 [callback:1]This call will obtain the content, but will not flush the buffer.
22 string(65) "This call will obtain the content, but will not flush the buffer."
H A Dob_get_level_basic_001.phpt39 Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_get_contents_basic_001.phpt29 echo "\ncheck that contents disappear after a flush\n";
59 check that contents disappear after a flush
/php-src/ext/standard/tests/general_functions/
H A Dbug70249.phpt9 …// make regular flush before other shutdown functions, which allows session data collection and so…
10 $this->flush();
12 // ensure "flush()" is called last when there are multiple shutdown functions
13 register_shutdown_function([$this, 'flush'], true);
17 public function flush($final = false) {
H A Dob_get_flush_error.phpt16 Notice: ob_get_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on li…
/php-src/ext/pgsql/tests/inc/
H A Dnonblocking.inc16 $flush = pg_flush($db);
17 if ($flush === TRUE) {
19 } elseif ($flush === FALSE) {
/php-src/ext/zlib/tests/
H A Dbug61820.phpt11 flush();
15 flush();
/php-src/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt137 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
140 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
143 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
148 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
153 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
163 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
165 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
167 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
169 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
171 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
/php-src/ext/xmlwriter/tests/
H A DOO_002.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush
15 echo $xw->flush(true);
H A DOO_001.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
16 $output_bytes = $xw->flush(true);
H A DOO_004.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
20 $xw->flush(true);
H A DOO_003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute
30 echo $xw->flush(true);
H A Dbug41326.phpt18 print $xml->flush(true);
34 print $xw->flush(true);
H A D002.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fflush_basic_001.phpt6 * test a successful flush
12 * test a unsuccessful flush
/php-src/sapi/cgi/tests/
H A D011.phpt56 echo "flush\n";
57 flush();
154 echo "flush\n";
155 flush();
163 flush
/php-src/sapi/fpm/tests/
H A Dgh12385.phpt2 FPM: GH-12385 - flush with fastcgi does not force headers to be sent
24 flush();
/php-src/Zend/tests/
H A Dbug64960.phpt32 Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %sbug649…
/php-src/tests/func/
H A D008.phpt2 Test for buffering in core functions with implicit flush off
H A D009.phpt2 Test for buffering in core functions with implicit flush on

Completed in 43 milliseconds

1234