Home
last modified time | relevance | path

Searched refs:fgetss (Results 1 – 22 of 22) sorted by relevance

/PHP-7.1/ext/standard/tests/file/
H A Dfgetss_error.phpt2 Test fgetss() function : error conditions
12 echo "-- Testing fgetss() with zero argument --\n";
13 var_dump( fgetss() );
18 var_dump( fgetss($fp, 100, '<p><a>', $fp) );
24 var_dump( fgetss($fp, $len, $allowable_tags) );
26 var_dump( fgetss($fp, $len, $allowable_tags) );
48 var_dump(fgetss($fp,10,$allowable_tags));
50 // fgetss() on a file handle which is unset
53 var_dump( fgetss(@$file_handle,10));
59 -- Testing fgetss() with zero argument --
[all …]
H A Dfgetss_basic2-win32-mb.phpt27 <test>Testing fgetss() functions</test>
88 string(27) "Testing fgetss() functions
93 string(23) "Testing fgetss() functi"
108 string(23) "Testing fgetss() functi"
123 string(23) "Testing fgetss() functi"
138 string(23) "Testing fgetss() functi"
153 string(23) "Testing fgetss() functi"
168 string(23) "Testing fgetss() functi"
183 string(23) "Testing fgetss() functi"
198 string(23) "Testing fgetss() functi"
[all …]
H A Dfgetss_basic2-win32.phpt27 <test>Testing fgetss() functions</test>
88 string(27) "Testing fgetss() functions
93 string(23) "Testing fgetss() functi"
108 string(23) "Testing fgetss() functi"
123 string(23) "Testing fgetss() functi"
138 string(23) "Testing fgetss() functi"
153 string(23) "Testing fgetss() functi"
168 string(23) "Testing fgetss() functi"
183 string(23) "Testing fgetss() functi"
198 string(23) "Testing fgetss() functi"
[all …]
H A Dfgetss_basic2.phpt27 <test>Testing fgetss() functions</test>
86 string(27) "Testing fgetss() functions
91 string(23) "Testing fgetss() functi"
106 string(23) "Testing fgetss() functi"
121 string(23) "Testing fgetss() functi"
136 string(23) "Testing fgetss() functi"
151 string(23) "Testing fgetss() functi"
166 string(23) "Testing fgetss() functi"
181 string(23) "Testing fgetss() functi"
196 string(23) "Testing fgetss() functi"
[all …]
H A Dfgetss_basic1.phpt10 /* test fgetss with all read modes */
19 <test>Testing fgetss() functions</test>
72 string(27) "Testing fgetss() functions
77 string(23) "Testing fgetss() functi"
83 string(27) "Testing fgetss() functions
88 string(23) "Testing fgetss() functi"
94 string(27) "Testing fgetss() functions
99 string(23) "Testing fgetss() functi"
110 string(23) "Testing fgetss() functi"
121 string(23) "Testing fgetss() functi"
[all …]
H A Dfgetss.phpt2 fgetss() tests
6 $filename = dirname(__FILE__)."/fgetss.html";
21 var_dump(fgetss($fp));
22 var_dump(fgetss($fp));
28 var_dump(fgetss($fp, 10));
29 var_dump(fgetss($fp, 10));
32 var_dump(fgetss($fp, -10));
33 var_dump(fgetss($fp, 0));
35 var_dump(fgetss($fp, 0));
75 Warning: fgetss(): Length parameter must be greater than 0 in %s on line %d
[all …]
H A Dfgetss_variation1-win32.phpt2 Test fgetss() function : usage variations - write only modes
25 echo "*** Testing fgetss() : usage variations ***\n";
29 <test>Testing fgetss() functions</test>
81 *** Testing fgetss() : usage variations ***
83 -- Testing fgetss() with file opened using w mode --
93 -- Testing fgetss() with file opened using wb mode --
103 -- Testing fgetss() with file opened using wt mode --
113 -- Testing fgetss() with file opened using a mode --
123 -- Testing fgetss() with file opened using ab mode --
133 -- Testing fgetss() with file opened using at mode --
[all …]
H A Dfgetss_variation1.phpt2 Test fgetss() function : usage variations - write only modes
25 echo "*** Testing fgetss() : usage variations ***\n";
29 <test>Testing fgetss() functions</test>
77 *** Testing fgetss() : usage variations ***
79 -- Testing fgetss() with file opened using w mode --
89 -- Testing fgetss() with file opened using wb mode --
99 -- Testing fgetss() with file opened using wt mode --
109 -- Testing fgetss() with file opened using a mode --
119 -- Testing fgetss() with file opened using ab mode --
129 -- Testing fgetss() with file opened using at mode --
[all …]
H A Dfgetss_variation5.phpt16 /* try fgetss on files which are opened in read/write modes
23 echo "*** Testing fgetss() : usage variations ***\n";
27 <test>Testing fgetss() functions</test>
61 var_dump( fgetss($file_handle) ); // try to read
81 *** Testing fgetss() : usage variations ***
83 -- Testing fgetss() with file opened using w+ mode --
98 -- Testing fgetss() with file opened using w+b mode --
113 -- Testing fgetss() with file opened using w+t mode --
128 -- Testing fgetss() with file opened using a+ mode --
143 -- Testing fgetss() with file opened using a+b mode --
[all …]
H A Dfgetss_variation5-win32.phpt16 /* try fgetss on files which are opened in read/write modes
23 echo "*** Testing fgetss() : usage variations ***\n";
27 <test>Testing fgetss() functions</test>
64 var_dump( fgetss($file_handle) ); // try to read
84 *** Testing fgetss() : usage variations ***
86 -- Testing fgetss() with file opened using w+ mode --
101 -- Testing fgetss() with file opened using w+b mode --
116 -- Testing fgetss() with file opened using w+t mode --
131 -- Testing fgetss() with file opened using a+ mode --
146 -- Testing fgetss() with file opened using a+b mode --
[all …]
H A Dfgetss_variation4.phpt2 Test fgetss() function : usage variations - read modes, file pointer at EOF
18 echo "*** Testing fgetss() : usage variations ***\n";
22 <test>Testing fgetss() functions</test>
59 var_dump( fgetss($file_handle) ); // try to read
77 *** Testing fgetss() : usage variations ***
79 -- Testing fgetss() with file opened using r mode --
94 -- Testing fgetss() with file opened using rb mode --
109 -- Testing fgetss() with file opened using rt mode --
124 -- Testing fgetss() with file opened using r+ mode --
139 -- Testing fgetss() with file opened using r+b mode --
[all …]
H A Dfgetss1.phpt2 more fgetss() tests
21 var_dump(fgetss($fp, 1000, "<i>,<b>,<a>"));
22 var_dump(fgetss($fp));
28 var_dump(fgetss($fp, 10));
29 var_dump(fgetss($fp, 10, "<script>,<a>"));
H A Dfgetss_variation2.phpt2 Test fgetss() function : usage variations - read modes
15 echo "*** Testing fgetss() : usage variations ***\n";
19 <test>Testing fgetss() functions</test>
73 *** Testing fgetss() : usage variations ***
75 -- Testing fgetss() with file opened using r mode --
82 string(40) "<test>Testing fgetss() functions</test>
143 string(40) "<test>Testing fgetss() functions</test>
204 string(40) "<test>Testing fgetss() functions</test>
265 string(40) "<test>Testing fgetss() functions</test>
326 string(40) "<test>Testing fgetss() functions</test>
[all …]
H A Dfgetss_variation3-win32.phpt2 Test fgetss() function : usage variations - read/write modes
16 /* try fgetss on files which are opened in read/write modes
24 echo "*** Testing fgetss() : usage variations ***\n";
28 <test>Testing fgetss() functions</test>
84 *** Testing fgetss() : usage variations ***
86 -- Testing fgetss() with file opened using w+ mode --
92 string(40) "<test>Testing fgetss() functions</test>
146 string(40) "<test>Testing fgetss() functions</test>
200 string(40) "<test>Testing fgetss() functions</test>
254 string(40) "<test>Testing fgetss() functions</test>
[all …]
H A Dfgetss_variation3.phpt2 Test fgetss() function : usage variations - read/write modes
16 /* try fgetss on files which are opened in read/write modes
24 echo "*** Testing fgetss() : usage variations ***\n";
28 <test>Testing fgetss() functions</test>
80 *** Testing fgetss() : usage variations ***
82 -- Testing fgetss() with file opened using w+ mode --
88 string(40) "<test>Testing fgetss() functions</test>
142 string(40) "<test>Testing fgetss() functions</test>
196 string(40) "<test>Testing fgetss() functions</test>
250 string(40) "<test>Testing fgetss() functions</test>
[all …]
/PHP-7.1/ext/spl/tests/
H A Dbug45216.phpt2 SPL: SplFileObject::fgetss (bug 45216)
13 var_dump($object->fgetss());
14 var_dump(fgetss($handle));
/PHP-7.1/ext/standard/
H A Dfile.h42 PHPAPI PHP_FUNCTION(fgetss);
H A Dfile.c1073 PHPAPI PHP_FUNCTION(fgetss) in PHP_FUNCTION() argument
H A Dbasic_functions.c3094 PHP_FE(fgetss, arginfo_fgetss)
/PHP-7.1/ext/spl/internal/
H A Dsplfileobject.inc175 function fgetss($allowable_tags = NULL)
177 return fgetss($this->fp, $allowable_tags);
/PHP-7.1/ext/spl/
H A Dspl_directory.c2820 SPL_METHOD(SplFileObject, fgetss) in SPL_METHOD() argument
2839 FileFunctionCall(fgetss, ZEND_NUM_ARGS(), &arg2); in SPL_METHOD()
3072 SPL_ME(SplFileObject, fgetss, arginfo_file_object_fgetss, ZEND_ACC_PUBLIC)
/PHP-7.1/ext/zlib/
H A Dzlib.c1337 PHP_FALIAS(gzgetss, fgetss, arginfo_gzgetss)

Completed in 83 milliseconds