Home
last modified time | relevance | path

Searched refs:fgets (Results 26 – 50 of 107) sorted by relevance

12345

/PHP-7.4/ext/spl/tests/
H A Dfileobject_005.phpt19 var_dump($fo->fgets(8));
37 Warning: SplFileObject::fgets() expects exactly 0 parameters, 1 given in %s on line %d
H A Dbug46053.phpt10 var_dump(trim($x->fgets()));
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_008.phpt23 echo fgets($fp);
39 echo fgets($fp);
H A Dphp_cli_server_010.phpt23 echo fgets($fp);
39 echo fgets($fp);
H A Dphp_cli_server_013.phpt27 $output .= fgets($fp);
46 $output .= fgets($fp);
64 $output .= fgets($fp);
H A Dphp_cli_server_014.phpt28 $output .= fgets($fp);
47 $output .= fgets($fp);
H A Dbug67429_1.phpt26 echo fgets($fp);
H A Dbug67429_2.phpt26 echo fgets($fp);
H A Demptyheader.phpt18 echo fgets($fp);
H A Dphp_cli_server_020.phpt23 echo fgets($fp);
H A Dbug66830.phpt26 echo fgets($fp);
H A Dbug65066_100.phpt25 echo fgets($fp);
H A Dbug71005.phpt29 echo fgets($fp);
H A Dphp_cli_server_018.phpt26 echo fgets($fp);
H A Dbug68745.phpt17 echo fgets($fp);
H A Dbug65066_422.phpt25 echo fgets($fp);
H A Dbug65066_511.phpt25 echo fgets($fp);
/PHP-7.4/ext/zlib/tests/
H A Dgzgets_basic.phpt12 // note that gzgets is an alias to fgets. parameter checking tests will be
13 // the same as fgets
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78883.phpt2 Bug #78883 (fgets(STDIN) fails on Windows)
16 $cmd = 'cmd.exe "/c START ^"^" /WAIT ' . PHP_BINARY . ' -r ^"var_dump(fgets(STDIN));"';
/PHP-7.4/ext/ftp/tests/
H A Dftp_fget_basic.phpt22 echo fgets($fp);
28 var_dump(urlencode(fgets($fp)));
/PHP-7.4/ext/pdo_mysql/
H A Dget_error_codes.php7 $line = fgets(STDIN);
/PHP-7.4/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt2 fgets() over a socket with more than a buffer's worth of data
46 while ($line = fgets($client,256)) {
H A Duserstreams.phpt230 /* we compare the results of fgets using differing line lengths to
231 * test the fgets layer also */
247 $rline = fgets($tf, $line_length);
253 $uline = fgets($fp, $line_length);
294 $uline = fgets($fp, 1024);
295 $rline = fgets($tf, 1024);
312 $data = fgets($fp);
H A Duserfilters.phpt31 var_dump(fgets($fp));
/PHP-7.4/ext/openssl/tests/
H A DServerClientTestCase.inc110 $line = fgets(STDIN);
140 fgets($handle);
151 fgets($handle);

Completed in 27 milliseconds

12345