Lines Matching refs:fgetss

2 Test fgetss() function : usage variations - write only modes
14 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
27 echo "*** Testing fgetss() : usage variations ***\n";
31 <test>Testing fgetss() functions</test>
47 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
64 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
65 var_dump( fgetss($file_handle) ); // expected : no character should be read
79 *** Testing fgetss() : usage variations ***
81 -- Testing fgetss() with file opened using w mode --
86 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
91 -- Testing fgetss() with file opened using wb mode --
96 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
101 -- Testing fgetss() with file opened using wt mode --
106 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
111 -- Testing fgetss() with file opened using a mode --
116 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
121 -- Testing fgetss() with file opened using ab mode --
126 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
131 -- Testing fgetss() with file opened using at mode --
136 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
141 -- Testing fgetss() with file opened using x mode --
146 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
151 -- Testing fgetss() with file opened using xb mode --
156 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
161 -- Testing fgetss() with file opened using xt mode --
166 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --