Lines Matching refs:fgetss

2 Test fgetss() function : usage variations - read/write modes
14 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
18 /* try fgetss on files which are opened in read/write modes
26 echo "*** Testing fgetss() : usage variations ***\n";
30 <test>Testing fgetss() functions</test>
50 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
71 var_dump( fgetss($file_handle, 80, "<test>, <html>, <?>") );
86 *** Testing fgetss() : usage variations ***
88 -- Testing fgetss() with file opened using w+ mode --
94 string(40) "<test>Testing fgetss() functions</test>
142 -- Testing fgetss() with file opened using w+b mode --
148 string(40) "<test>Testing fgetss() functions</test>
196 -- Testing fgetss() with file opened using w+t mode --
202 string(40) "<test>Testing fgetss() functions</test>
250 -- Testing fgetss() with file opened using a+ mode --
256 string(40) "<test>Testing fgetss() functions</test>
304 -- Testing fgetss() with file opened using a+b mode --
310 string(40) "<test>Testing fgetss() functions</test>
358 -- Testing fgetss() with file opened using a+t mode --
364 string(40) "<test>Testing fgetss() functions</test>
412 -- Testing fgetss() with file opened using x+ mode --
418 string(40) "<test>Testing fgetss() functions</test>
466 -- Testing fgetss() with file opened using x+b mode --
472 string(40) "<test>Testing fgetss() functions</test>
520 -- Testing fgetss() with file opened using x+t mode --
526 string(40) "<test>Testing fgetss() functions</test>