Lines Matching refs:fs

199                 if (!$fs = stream_socket_client("tcp://$host:$port")) {
204 $data = stream_get_contents($fs);
219 fclose($fs);
238 if (!$fs = stream_socket_client("tcp://$host:$port")) {
243 $data = stream_get_contents($fs);
246 fclose($fs);
248 $data = stream_get_contents($fs);
251 fclose($fs);
278 if (!$fs = stream_socket_client("tcp://$host:$port")) {
284 $fs=$pasvs;
293 fputs($fs, "file1\r\nfile1\r\nfile\nb0rk\r\n");
297 fclose($fs);
334 else if (!$fs = stream_socket_client("tcp://$host:$port")) {
349 fputs($fs, "For sale: baby shoes, never worn.\r\n");
355 fputs($fs, $transfer_type."Foo\0Bar\r\n");
361 fputs($fs, $transfer_type."FooBar\r\n");
367 fputs($fs, "Bar\r\n");
374 fputs($fs, "X");
376 fputs($fs, "Y");
383 fputs($fs, "This is line $i of the test data.\n");
399 if(isset($fs))
400 fclose($fs);
456 if (!$fs = stream_socket_client("tcp://$host:$port")) {
462 $fs = $pasvs;
470 fputs($fs, "file1\r\nfile1\r\nfile\nb0rk\r\n");
472 fclose($fs);
506 if(!$fs = stream_socket_client("tcp://$host:$port")) {
512 $fs = $pasvs;
520 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=cdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
521 …fputs($fs, "modify=20170127230002;perm=flcdmpe;type=pdir;unique=811U4340002;UNIX.group=33;UNIX.mod…
522 …fputs($fs, "modify=20170126121225;perm=adfrw;size=4729;type=file;unique=811U4340CB9;UNIX.group=33;…
523 fputs($fs, "fact=val=ue;empty=; path;name\r\n");
524 fputs($fs, "no_space\r\n");
525 fputs($fs, "no_semi pathname\r\n");
526 fputs($fs, "no_eq; pathname\r\n");
530 fclose($fs);