Searched refs:flush (Results 1 – 25 of 90) sorted by relevance
1234
/PHP-5.4/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 | flush_basic_001.phpt | 2 Test basic functionality of flush() 6 * proto void flush(void) 11 var_dump(flush()); 13 // Ensure user buffers are not flushed by flush() 16 flush(); 20 var_dump(flush());
|
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_error_001.phpt | 2 Test wrong number of arguments for flush() (no impact) 6 * proto void flush(void) 12 var_dump(flush($extra_arg));
|
H A D | ob_end_flush_basic_001.phpt | 33 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li… 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_flush_basic_001.phpt | 21 echo "Ensure the buffer is still active after the flush.\n"; 33 Notice: ob_flush(): failed to flush buffer. No buffer to flush in %s on line 12 37 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_implicit_flush_basic_001.phpt | 6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
|
H A D | ob_get_level_basic_001.phpt | 45 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
|
H A D | ob_implicit_flush_error_001.phpt | 6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
|
H A D | ob_implicit_flush_basic_002.phpt | 6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
|
/PHP-5.4/ext/oci8/tests/ |
H A D | lob_034.phpt | 31 var_dump($blob->flush()); 32 var_dump($blob->flush(0)); 33 var_dump($blob->flush(-1)); 51 Warning: OCI-Lob::flush(): Invalid flag value: -1 in %s on line %d
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | ob_get_flush_error.phpt | 8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out… 30 Notice: ob_get_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
|
/PHP-5.4/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-5.4/ext/zlib/tests/ |
H A D | bug61820.phpt | 13 flush(); 17 flush();
|
/PHP-5.4/ext/xmlwriter/tests/ |
H A D | OO_002.phpt | 2 XMLWriter: libxml2 XML Writer, membuffer, flush 16 echo $xw->flush(true);
|
H A D | OO_001.phpt | 2 XMLWriter: libxml2 XML Writer, file buffer, flush 17 $output_bytes = $xw->flush(true);
|
H A D | OO_004.phpt | 2 XMLWriter: libxml2 XML Writer, file buffer, flush 21 $xw->flush(true);
|
H A D | OO_003.phpt | 2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute 31 echo $xw->flush(true);
|
H A D | bug41326.phpt | 21 print $xml->flush(true); 37 print $xw->flush(true);
|
/PHP-5.4/ext/spl/tests/ |
H A D | SplFileObject_fflush_basic_001.phpt | 6 * test a successful flush 12 * test a unsuccessful flush
|
/PHP-5.4/sapi/cgi/tests/ |
H A D | 011.phpt | 56 echo "flush\n"; 57 flush(); 154 echo "flush\n"; 155 flush(); 163 flush
|
/PHP-5.4/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…
|
H A D | bug38779_1.phpt | 24 var_dump("flush!"); 44 string(6) "flush!"
|
/PHP-5.4/ext/xmlwriter/examples/ |
H A D | xmlwriter_oo.php | 9 $xw->flush(0);
|
Completed in 27 milliseconds
1234