/PHP-7.2/ext/standard/tests/file/ |
H A D | fgetss_error.phpt | 2 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 D | fgetss_basic2-win32-mb.phpt | 27 <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 D | fgetss_basic2-win32.phpt | 27 <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 D | fgetss_basic2.phpt | 27 <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 D | fgetss_basic1.phpt | 10 /* 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 D | fgetss.phpt | 2 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 D | fgetss_variation1-win32.phpt | 2 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 D | fgetss_variation1.phpt | 2 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 D | bug79099.phpt | 8 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 D | fgetss_variation5-win32.phpt | 16 /* 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 D | fgetss_variation5.phpt | 16 /* 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 D | fgetss_variation4.phpt | 2 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 D | fgetss1.phpt | 2 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 D | fgetss_variation2.phpt | 2 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 D | fgetss_variation3-win32.phpt | 2 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 D | fgetss_variation3.phpt | 2 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.2/ext/spl/tests/ |
H A D | bug45216.phpt | 2 SPL: SplFileObject::fgetss (bug 45216) 13 var_dump($object->fgetss()); 14 var_dump(fgetss($handle));
|
/PHP-7.2/ext/standard/ |
H A D | file.h | 42 PHPAPI PHP_FUNCTION(fgetss);
|
H A D | file.c | 1093 PHPAPI PHP_FUNCTION(fgetss) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3111 PHP_FE(fgetss, arginfo_fgetss)
|
/PHP-7.2/ext/spl/internal/ |
H A D | splfileobject.inc | 175 function fgetss($allowable_tags = NULL) 177 return fgetss($this->fp, $allowable_tags);
|
/PHP-7.2/ext/spl/ |
H A D | spl_directory.c | 2843 SPL_METHOD(SplFileObject, fgetss) in SPL_METHOD() argument 2862 FileFunctionCall(fgetss, ZEND_NUM_ARGS(), &arg2); in SPL_METHOD() 3095 SPL_ME(SplFileObject, fgetss, arginfo_file_object_fgetss, ZEND_ACC_PUBLIC)
|
/PHP-7.2/ext/zlib/ |
H A D | zlib.c | 1396 PHP_FALIAS(gzgetss, fgetss, arginfo_gzgetss)
|