Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/file/
H A Dfgetss.phpt2 fgetss() tests
6 $filename = __DIR__."/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));
42 Deprecated: Function fgetss() is deprecated in %s on line %d
[all …]
H A Dfgetss_error.phpt2 Test fgetss() function : error conditions
14 echo "-- Testing fgetss() with zero argument --\n";
15 var_dump( fgetss() );
20 var_dump( fgetss($fp, 100, '<p><a>', $fp) );
26 var_dump( fgetss($fp, $len, $allowable_tags) );
28 var_dump( fgetss($fp, $len, $allowable_tags) );
50 var_dump(fgetss($fp,10,$allowable_tags));
52 // fgetss() on a file handle which is unset
55 var_dump( fgetss(@$file_handle,10));
61 -- Testing fgetss() with zero argument --
[all …]
H A Dfgetss_basic2.phpt29 <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-mb.phpt29 <test>Testing fgetss() functions</test>
90 string(27) "Testing fgetss() functions
95 string(23) "Testing fgetss() functi"
110 string(23) "Testing fgetss() functi"
125 string(23) "Testing fgetss() functi"
140 string(23) "Testing fgetss() functi"
155 string(23) "Testing fgetss() functi"
170 string(23) "Testing fgetss() functi"
185 string(23) "Testing fgetss() functi"
200 string(23) "Testing fgetss() functi"
[all …]
H A Dfgetss_basic2-win32.phpt29 <test>Testing fgetss() functions</test>
90 string(27) "Testing fgetss() functions
95 string(23) "Testing fgetss() functi"
110 string(23) "Testing fgetss() functi"
125 string(23) "Testing fgetss() functi"
140 string(23) "Testing fgetss() functi"
155 string(23) "Testing fgetss() functi"
170 string(23) "Testing fgetss() functi"
185 string(23) "Testing fgetss() functi"
200 string(23) "Testing fgetss() functi"
[all …]
H A Dfgetss_basic1.phpt12 /* test fgetss with all read modes */
21 <test>Testing fgetss() functions</test>
74 string(27) "Testing fgetss() functions
79 string(23) "Testing fgetss() functi"
85 string(27) "Testing fgetss() functions
90 string(23) "Testing fgetss() functi"
96 string(27) "Testing fgetss() functions
101 string(23) "Testing fgetss() functi"
112 string(23) "Testing fgetss() functi"
123 string(23) "Testing fgetss() functi"
[all …]
H A Dfgetss_variation1-win32.phpt2 Test fgetss() function : usage variations - write only modes
27 echo "*** Testing fgetss() : usage variations ***\n";
31 <test>Testing fgetss() functions</test>
83 *** Testing fgetss() : usage variations ***
85 -- Testing fgetss() with file opened using w mode --
97 -- Testing fgetss() with file opened using wb mode --
109 -- Testing fgetss() with file opened using wt mode --
121 -- Testing fgetss() with file opened using a mode --
133 -- Testing fgetss() with file opened using ab mode --
145 -- Testing fgetss() with file opened using at mode --
[all …]
H A Dfgetss_variation1.phpt2 Test fgetss() function : usage variations - write only modes
27 echo "*** Testing fgetss() : usage variations ***\n";
31 <test>Testing fgetss() functions</test>
79 *** Testing fgetss() : usage variations ***
81 -- Testing fgetss() with file opened using w mode --
93 -- Testing fgetss() with file opened using wb mode --
105 -- Testing fgetss() with file opened using wt mode --
117 -- Testing fgetss() with file opened using a mode --
129 -- Testing fgetss() with file opened using ab mode --
141 -- Testing fgetss() with file opened using at mode --
[all …]
H A Dbug79099.phpt8 var_dump(@fgetss($stream));
9 var_dump(@fgetss($stream));
15 var_dump(@fgetss($stream));
16 var_dump(@fgetss($stream));
22 var_dump(@fgetss($stream));
23 var_dump(@fgetss($stream));
H A Dfgetss_variation5-win32.phpt18 /* try fgetss on files which are opened in read/write modes
25 echo "*** Testing fgetss() : usage variations ***\n";
29 <test>Testing fgetss() functions</test>
66 var_dump( fgetss($file_handle) ); // try to read
86 *** Testing fgetss() : usage variations ***
88 -- Testing fgetss() with file opened using w+ mode --
103 -- Testing fgetss() with file opened using w+b mode --
118 -- Testing fgetss() with file opened using w+t mode --
133 -- Testing fgetss() with file opened using a+ mode --
148 -- Testing fgetss() with file opened using a+b mode --
[all …]
H A Dfgetss_variation5.phpt18 /* try fgetss on files which are opened in read/write modes
25 echo "*** Testing fgetss() : usage variations ***\n";
29 <test>Testing fgetss() functions</test>
63 var_dump( fgetss($file_handle) ); // try to read
83 *** Testing fgetss() : usage variations ***
85 -- Testing fgetss() with file opened using w+ mode --
100 -- Testing fgetss() with file opened using w+b mode --
115 -- Testing fgetss() with file opened using w+t mode --
130 -- Testing fgetss() with file opened using a+ mode --
145 -- 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
20 echo "*** Testing fgetss() : usage variations ***\n";
24 <test>Testing fgetss() functions</test>
61 var_dump( fgetss($file_handle) ); // try to read
79 *** Testing fgetss() : usage variations ***
81 -- Testing fgetss() with file opened using r mode --
96 -- Testing fgetss() with file opened using rb mode --
111 -- Testing fgetss() with file opened using rt mode --
126 -- Testing fgetss() with file opened using r+ mode --
141 -- Testing fgetss() with file opened using r+b mode --
[all …]
H A Dfgetss1.phpt2 more fgetss() tests
22 var_dump(fgetss($fp, 1000, "<i>,<b>,<a>"));
23 var_dump(fgetss($fp));
29 var_dump(fgetss($fp, 10));
30 var_dump(fgetss($fp, 10, "<script>,<a>"));
H A Dfgetss_variation2.phpt2 Test fgetss() function : usage variations - read modes
17 echo "*** Testing fgetss() : usage variations ***\n";
21 <test>Testing fgetss() functions</test>
75 *** Testing fgetss() : usage variations ***
77 -- Testing fgetss() with file opened using r mode --
84 string(40) "<test>Testing fgetss() functions</test>
145 string(40) "<test>Testing fgetss() functions</test>
206 string(40) "<test>Testing fgetss() functions</test>
267 string(40) "<test>Testing fgetss() functions</test>
328 string(40) "<test>Testing fgetss() functions</test>
[all …]
H A Dfgetss_variation3-win32.phpt2 Test fgetss() function : usage variations - read/write modes
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>
86 *** Testing fgetss() : usage variations ***
88 -- Testing fgetss() with file opened using w+ mode --
94 string(40) "<test>Testing fgetss() functions</test>
148 string(40) "<test>Testing fgetss() functions</test>
202 string(40) "<test>Testing fgetss() functions</test>
256 string(40) "<test>Testing fgetss() functions</test>
[all …]
H A Dfgetss_variation3.phpt2 Test fgetss() function : usage variations - read/write modes
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>
82 *** Testing fgetss() : usage variations ***
84 -- Testing fgetss() with file opened using w+ mode --
90 string(40) "<test>Testing fgetss() functions</test>
144 string(40) "<test>Testing fgetss() functions</test>
198 string(40) "<test>Testing fgetss() functions</test>
252 string(40) "<test>Testing fgetss() functions</test>
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug45216.phpt2 SPL: SplFileObject::fgetss (bug 45216)
13 var_dump($object->fgetss());
14 var_dump(fgetss($handle));
21 Deprecated: Function fgetss() is deprecated in %s on line %d
24 Deprecated: Function fgetss() is deprecated in %s on line %d
/PHP-7.4/ext/standard/
H A Dfile.h38 PHPAPI PHP_FUNCTION(fgetss);
H A Dfile.c1090 PHPAPI PHP_FUNCTION(fgetss) in PHP_FUNCTION() argument
H A Dbasic_functions.c3133 PHP_DEP_FE(fgetss, arginfo_fgetss)
/PHP-7.4/ext/spl/
H A Dspl_directory.c2850 SPL_METHOD(SplFileObject, fgetss) in SPL_METHOD() argument
2869 FileFunctionCall(fgetss, ZEND_NUM_ARGS(), &arg2); in SPL_METHOD()
3108 SPL_ME(SplFileObject, fgetss, arginfo_file_object_fgetss, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/zlib/
H A Dzlib.c1396 PHP_DEP_FALIAS(gzgetss, fgetss, arginfo_gzgetss)

Completed in 69 milliseconds