source: temp/trunk/html/test/nakatest/flush.php @ 1382

Revision 1382, 69 bytes checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2
3print("test");
4flush();
5
6sleep(10);
7
8print("aa");
9flush();
10
11?>
Note: See TracBrowser for help on using the repository browser.