Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / file / fgets_socket_variation1.php.expectf
blobc15619fab868443c94284e5809614dfb0226ac05
1 Write some data:
4 Read a line from the client:
5 string(6) "line1
9 Read another line from the client:
10 string(6) "line2
14 Close the server side socket and read the remaining data from the client
15 done