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>
46 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
67 var_dump( fgetss($file_handle, 80, "<test>, <html>, <?>") );
82 *** Testing fgetss() : usage variations ***
84 -- Testing fgetss() with file opened using w+ mode --
90 string(40) "<test>Testing fgetss() functions</test>
138 -- Testing fgetss() with file opened using w+b mode --
144 string(40) "<test>Testing fgetss() functions</test>
192 -- Testing fgetss() with file opened using w+t mode --
198 string(40) "<test>Testing fgetss() functions</test>
246 -- Testing fgetss() with file opened using a+ mode --
252 string(40) "<test>Testing fgetss() functions</test>
300 -- Testing fgetss() with file opened using a+b mode --
306 string(40) "<test>Testing fgetss() functions</test>
354 -- Testing fgetss() with file opened using a+t mode --
360 string(40) "<test>Testing fgetss() functions</test>
408 -- Testing fgetss() with file opened using x+ mode --
414 string(40) "<test>Testing fgetss() functions</test>
462 -- Testing fgetss() with file opened using x+b mode --
468 string(40) "<test>Testing fgetss() functions</test>
516 -- Testing fgetss() with file opened using x+t mode --
522 string(40) "<test>Testing fgetss() functions</test>