Home
last modified time | relevance | path

Searched refs:fgets (Results 51 – 75 of 136) sorted by relevance

123456

/php-src/sapi/cli/tests/
H A Dbug65066_511.phpt25 echo fgets($fp);
H A Dbug68745.phpt17 echo fgets($fp);
H A Dphp_cli_server_006.phpt24 echo fgets($fp);
H A Dgh12363.phpt26 echo fgets($fp);
H A Dphp_cli_server_017.phpt26 echo fgets($fp);
H A Dbug61679.phpt28 echo fgets($fp);
H A Dbug65633.phpt27 echo fgets($fp);
H A Dphp_cli_server_007.phpt24 echo fgets($fp);
H A Dphp_cli_server_022.phpt29 echo fgets($fp);
H A Dbug73630.phpt31 echo fgets($fp);
H A Dbug66606_2.phpt27 echo fgets($fp);
H A Dbug70470.phpt25 echo fgets($fp);
H A Dgh13113.phpt23 echo fgets($fp);
H A Dupload_2G.phpt22 if (preg_match('/MemFree[^\d]*(\d+)/i', fgets($f), $m)) {
87 $output .= fgets($fp);
H A Dphp_cli_server_004.phpt28 echo fgets($fp);
H A Dphp_cli_server_012.phpt27 echo fgets($fp);
H A Dphp_cli_server_016.phpt35 echo fgets($fp);
/php-src/ext/standard/tests/file/
H A Duserfilters.phpt32 var_dump(fgets($fp));
H A Dfeof_basic.phpt20 //so fgets will be called even if we are at the end of the file on
25 $lastline = fgets($h);
/php-src/ext/phar/tests/
H A Dphar_oo_003.phpt20 var_dump($ent->openFile()->fgets());
/php-src/ext/standard/tests/streams/
H A Dbug72853.phpt22 while ($outs = fgets($pipes[1], 1024)) {
H A Dstream_cast_loses_data.phpt20 fgets($stream);
/php-src/ext/zlib/tests/
H A Dgzgetc_basic_1.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
H A Dgzgetc_basic.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
/php-src/ext/openssl/tests/
H A Dbug46127.phpt40 echo fgets($sock);

Completed in 21 milliseconds

123456