Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 25 of 89) sorted by last modified time

1234

/PHP-5.5/
H A Dserver-tests.php958 $user_input = fgets($fp, 10);
974 $user_email = trim(fgets($fp, 1024));
1153 $line = fgets($fp);
/PHP-5.5/sapi/fpm/tests/
H A D003.phpt26 var_dump(fgets($tail));
27 var_dump(fgets($tail));
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp197 while (fgets(line, sizeof(line)-1, fp)) { in ReadGlobalEnvironment()
220 while (fgets(line, sizeof(line)-1, fp)) { in ReadFileList()
314 while (fgets(line, sizeof(line)-1, fp)) { in ParseTestFile()
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt52 echo fgets($fp);
H A Dbug61679.phpt33 echo fgets($fp);
H A Dbug61977.phpt33 $text = fgets($fp);
H A Dbug65066_100.phpt30 echo fgets($fp);
H A Dbug65066_422.phpt30 echo fgets($fp);
H A Dbug65066_511.phpt30 echo fgets($fp);
H A Dbug65633.phpt32 echo fgets($fp);
H A Dbug66830.phpt31 echo fgets($fp);
H A Dbug67429.phpt32 echo fgets($fp);
H A Dbug68745.phpt22 echo fgets($fp);
H A Dphp_cli_server_004.phpt33 echo fgets($fp);
H A Dphp_cli_server_005.phpt45 echo fgets($fp);
H A Dphp_cli_server_006.phpt29 echo fgets($fp);
H A Dphp_cli_server_007.phpt29 echo fgets($fp);
H A Dphp_cli_server_008.phpt28 echo fgets($fp);
48 echo fgets($fp);
H A Dphp_cli_server_009.phpt31 echo fgets($fp);
51 echo fgets($fp);
71 echo fgets($fp);
H A Dphp_cli_server_010.phpt28 echo fgets($fp);
48 echo fgets($fp);
H A Dphp_cli_server_012.phpt32 echo fgets($fp);
H A Dphp_cli_server_013.phpt32 $output .= fgets($fp);
54 $output .= fgets($fp);
75 $output .= fgets($fp);
H A Dphp_cli_server_014.phpt37 $output .= fgets($fp);
56 $output .= fgets($fp);
H A Dphp_cli_server_015.phpt34 $output .= fgets($fp);
H A Dphp_cli_server_016.phpt38 echo fgets($fp);

Completed in 31 milliseconds

1234