Lines Matching refs:echo
10 echo stream_get_contents($tmp, 2, 1);
11 echo "\n";
12 echo stream_get_contents($tmp, -1);
13 echo "\n";
14 echo stream_get_contents($tmp, -1, 0);
15 echo "\n";
16 echo stream_get_contents($tmp, -1, 2);
17 echo "\n";
18 echo stream_get_contents($tmp, 0, 0);
19 echo "\n";
20 echo stream_get_contents($tmp, 1, 0);
21 echo "\n";
22 echo stream_get_contents($tmp, -1);