Home
last modified time | relevance | path

Searched refs:flush (Results 51 – 75 of 84) sorted by path

1234

/PHP-5.5/ext/xmlwriter/tests/
H A DOO_011.phpt29 $output = $xw->flush(true);
H A Dbug39504.phpt28 print $xw->flush(true);
H A Dbug41287.phpt32 print $xw->flush(true);
H A Dbug41326.phpt21 print $xml->flush(true);
37 print $xw->flush(true);
/PHP-5.5/ext/zlib/tests/
H A Dbug61820.phpt13 flush();
17 flush();
/PHP-5.5/main/
H A DSAPI.c992 if (sapi_module.flush) { in sapi_flush()
993 sapi_module.flush(SG(server_context)); in sapi_flush()
H A DSAPI.h228 void (*flush)(void *server_context); member
H A Doutput.c745 PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC) in php_output_set_implicit_flush()
747 if (flush) { in php_output_set_implicit_flush()
H A Dphp_output.h206 PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC);
H A Dphp_streams.h121 int (*flush)(php_stream *stream TSRMLS_DC); member
/PHP-5.5/main/streams/
H A Dstreams.c1228 if (stream->ops->flush) { in _php_stream_flush()
1229 ret = stream->ops->flush(stream TSRMLS_CC); in _php_stream_flush()
/PHP-5.5/
H A Dphp.ini-development272 ; Implicit flush tells PHP to tell the output layer to flush itself
274 ; PHP function flush() after each and every call to print() or echo() and each
277 ; http://php.net/implicit-flush
H A Dphp.ini-production272 ; Implicit flush tells PHP to tell the output layer to flush itself
274 ; PHP function flush() after each and every call to print() or echo() and each
277 ; http://php.net/implicit-flush
H A Drun-tests.php336 flush();
359 flush();
2560 flush();
H A Dserver-tests.php957 flush();
972 flush();
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1899 cgi_sapi_module.flush = sapi_fcgi_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/sapi/thttpd/
H A Dthttpd_patch894 - (void) fflush( hc->hs->logfp ); /* don't need to flush every time */
/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/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 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.

Completed in 94 milliseconds

1234