Searched refs:flush (Results 1 – 25 of 83) sorted by relevance
1234
/php-src/ext/xmlwriter/tests/ |
H A D | xmlwriter_toMemory_flush_combinations.phpt | 2 XMLWriter::toMemory() with combinations of empty flush and non-empty flush 9 var_dump($writer->flush(empty: false)); 11 var_dump($writer->flush(empty: false)); 13 var_dump($writer->flush(empty: false)); 14 var_dump($writer->flush()); 15 var_dump($writer->flush());
|
H A D | OO_002.phpt | 2 XMLWriter: libxml2 XML Writer, membuffer, flush 15 echo $xw->flush(true);
|
H A D | OO_001.phpt | 2 XMLWriter: libxml2 XML Writer, file buffer, flush 16 $output_bytes = $xw->flush(true);
|
H A D | OO_004.phpt | 2 XMLWriter: libxml2 XML Writer, file buffer, flush 20 $xw->flush(true);
|
H A D | OO_003.phpt | 2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute 30 echo $xw->flush(true);
|
H A D | bug41326.phpt | 18 print $xml->flush(true); 34 print $xw->flush(true);
|
/php-src/tests/output/ |
H A D | bug46897.phpt | 2 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 D | ob_start_basic_unerasable_005.phpt | 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. 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 D | flush_basic_001.phpt | 2 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 D | ob_end_flush_basic_001.phpt | 27 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 D | ob_flush_basic_001.phpt | 15 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 D | ob_start_basic_unerasable_004.phpt | 13 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 D | ob_get_level_basic_001.phpt | 39 Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on li…
|
H A D | ob_get_contents_basic_001.phpt | 29 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 D | bug70249.phpt | 9 …// 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 D | ob_get_flush_error.phpt | 16 Notice: ob_get_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on li…
|
/php-src/ext/standard/tests/ |
H A D | gh14643_longname.phpt | 8 $this->flush(); 9 register_shutdown_function([$this, 'flush'], true); 12 public function flush($final = false) {
|
/php-src/ext/pgsql/tests/inc/ |
H A D | nonblocking.inc | 16 $flush = pg_flush($db); 17 if ($flush === TRUE) { 19 } elseif ($flush === FALSE) {
|
/php-src/ext/zlib/tests/ |
H A D | bug61820.phpt | 11 flush(); 15 flush();
|
/php-src/ext/standard/tests/filters/ |
H A D | filter_errors_user.phpt | 137 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/spl/tests/SplFileObject/ |
H A D | SplFileObject_fflush_basic_001.phpt | 6 * test a successful flush 12 * test a unsuccessful flush
|
/php-src/sapi/cgi/tests/ |
H A D | 011.phpt | 56 echo "flush\n"; 57 flush(); 154 echo "flush\n"; 155 flush(); 163 flush
|
/php-src/sapi/fpm/tests/ |
H A D | gh12385.phpt | 2 FPM: GH-12385 - flush with fastcgi does not force headers to be sent 24 flush();
|
/php-src/Zend/tests/ |
H A D | bug64960.phpt | 32 Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %sbug649…
|
/php-src/tests/func/ |
H A D | 008.phpt | 2 Test for buffering in core functions with implicit flush off
|
Completed in 26 milliseconds
1234