Home
last modified time | relevance | path

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

1234

/PHP-5.5/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 Dflush_basic_001.phpt2 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 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_error_001.phpt2 Test wrong number of arguments for flush() (no impact)
6 * proto void flush(void)
12 var_dump(flush($extra_arg));
H A Dob_end_flush_basic_001.phpt33 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 Dob_flush_basic_001.phpt21 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 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_implicit_flush_basic_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
H A Dob_get_level_basic_001.phpt45 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_implicit_flush_error_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
H A Dob_implicit_flush_basic_002.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
/PHP-5.5/ext/oci8/tests/
H A Dlob_034.phpt31 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.5/ext/standard/tests/general_functions/
H A Dob_get_flush_error.phpt8 …* 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.5/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-5.5/ext/zlib/tests/
H A Dbug61820.phpt13 flush();
17 flush();
/PHP-5.5/ext/xmlwriter/tests/
H A DOO_002.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush
16 echo $xw->flush(true);
H A DOO_001.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
17 $output_bytes = $xw->flush(true);
H A DOO_004.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
21 $xw->flush(true);
H A DOO_003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute
31 echo $xw->flush(true);
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fflush_basic_001.phpt6 * test a successful flush
12 * test a unsuccessful flush
/PHP-5.5/sapi/cgi/tests/
H A D011.phpt56 echo "flush\n";
57 flush();
154 echo "flush\n";
155 flush();
163 flush
/PHP-5.5/Zend/tests/
H A Dbug64960.phpt32 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %sbug649…
H A Dbug38779_1.phpt24 var_dump("flush!");
44 string(6) "flush!"
/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_oo.php9 $xw->flush(0);
/PHP-5.5/tests/func/
H A D008.phpt2 Test for buffering in core functions with implicit flush off

Completed in 32 milliseconds

1234