Home
last modified time | relevance | path

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

1234

/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_005.phpt45 echo fgets($fp);
H A Dphp_cli_server_015.phpt34 $output .= fgets($fp);
H A Dphp_cli_server_019.phpt35 echo fgets($fp);
H A Dbug43177.phpt52 echo fgets($fp);
H A Dbug61977.phpt33 $text = fgets($fp);
/PHP-5.5/ext/standard/tests/file/
H A Dfeof_basic.phpt26 //so fgets will be called even if we are at the end of the file on
31 $lastline = fgets($h);
H A Dbug27508.phpt68 echo fgets($fp);
H A Dbug38450.phpt97 echo fgets($fp);
H A Dbug38450_1.phpt97 echo fgets($fp);
H A Dbug38450_3.phpt97 echo fgets($fp);
H A Dbug38450_2.phpt97 echo fgets($fp);
H A Dtouch_basic-win32.phpt40 echo fgets($h);
H A Dtouch_basic.phpt41 echo fgets($h);
H A Dfgetss_variation1-win32.phpt16 /* try fgets on files which are opened in non readable modes
H A Dfgetss_variation1.phpt16 /* try fgets on files which are opened in non readable modes
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt23 fgets($client);
H A Dstream_get_meta_data_socket_variation1.phpt23 fgets($client);
H A Dstream_get_meta_data_file_variation2.phpt22 var_dump(fgets($fp));
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc63 function fgets()
67 $buf = fgets($this->fp, $this->max_len);
327 $this->line = fgets($this->fp, $this->max_len);
/PHP-5.5/ext/standard/
H A Dfile.h38 PHPAPI PHP_FUNCTION(fgets);
H A Dconfig.m427 fgets(buffer, sizeof(buffer), fp);
30 fgets(buffer, sizeof(buffer), fp);
33 fgets(buffer, sizeof(buffer), fp);
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c51 while (fgets(fline, MAX_XBM_LINE_SIZE, fd)) { in gdImageCreateFromXbm()
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c172 while (fgets(buf, sizeof(buf), stdin) != NULL) {
/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/ext/opcache/
H A Dzend_accelerator_blacklist.c270 while (fgets(buf, MAXPATHLEN, fp) != NULL) { in zend_accel_blacklist_loadone()

Completed in 37 milliseconds

1234