Home
last modified time | relevance | path

Searched refs:flush (Results 76 – 84 of 84) sorted by last modified time

1234

/PHP-5.5/
H A DREADME.STREAMS233 read, write, close, flush, seek, gets and cast operations. Of these, an
234 implementation need only implement write, read, close and flush. The gets
359 Implement the other operations - remember that write, read, close and flush
H A DNEWS6183 - Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).
10171 - Fixed convert.* filters to consume remaining buckets_in on flush. (Sara)
/PHP-5.5/tests/output/
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 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
/PHP-5.5/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
/PHP-5.5/ext/zlib/tests/
H A Dbug61820.phpt13 flush();
17 flush();
/PHP-5.5/ext/standard/tests/array/
H A Dbug12776.phpt11 print "val: $val; key: $key\n"; flush();
/PHP-5.5/ext/opcache/tests/
H A Dissue0079.phpt25 // flush();

Completed in 38 milliseconds

1234