Home
last modified time | relevance | path

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

1234

/PHP-5.5/win32/build/
H A Dmkdist.php500 flush();
/PHP-5.5/tests/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_basic_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 …
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_variation_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
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_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_get_contents_basic_001.phpt36 echo "\ncheck that contents disappear after a flush\n";
66 check that contents disappear after a flush
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));
/PHP-5.5/
H A Dserver-tests.php957 flush();
972 flush();
H A Drun-tests.php336 flush();
359 flush();
2560 flush();
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
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch894 - (void) fflush( hc->hs->logfp ); /* don't need to flush every time */
/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/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/main/
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
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 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

Completed in 58 milliseconds

1234