Home
last modified time | relevance | path

Searched refs:fgets (Results 76 – 100 of 107) sorted by relevance

12345

/PHP-7.4/sapi/cli/tests/
H A Dbug61977.phpt32 $text = fgets($fp);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt23 fgets($client);
H A Dstream_get_meta_data_file_variation2.phpt22 var_dump(fgets($fp));
H A Dstream_get_meta_data_socket_variation1.phpt23 fgets($client);
/PHP-7.4/ext/standard/tests/file/
H A Dbug38450.phpt97 echo fgets($fp);
H A Dbug38450_1.phpt97 echo fgets($fp);
H A Dbug38450_2.phpt97 echo fgets($fp);
H A Dbug38450_3.phpt97 echo fgets($fp);
H A Dtouch_basic-win32-mb.phpt40 echo fgets($h);
H A Dtouch_basic-win32.phpt40 echo fgets($h);
H A Dtouch_basic.phpt41 echo fgets($h);
H A Dfgetss_variation1-win32.phpt18 /* try fgets on files which are opened in non readable modes
H A Dfgetss_variation1.phpt18 /* try fgets on files which are opened in non readable modes
/PHP-7.4/ext/standard/
H A Dfile.h36 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-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc23 while (($line = fgets($pipes[2])) !== false) {
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c52 while (fgets(fline, MAX_XBM_LINE_SIZE, fd)) { in gdImageCreateFromXbm()
/PHP-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt85 fgets($stderr);
/PHP-7.4/
H A Drun-tests.php933 $user_input = fgets($fp, 10);
955 $user_email = trim(fgets($fp, 1024));
1466 $rawReply = fgets($workerSock);
1509 while (FALSE !== ($rawMessage = fgets($workerSock))) {
1677 $greeting = fgets($workerSock);
1711 while (($command = fgets($workerSock))) {
1795 $line = fgets($fp);
1812 $line = fgets($fp);
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c258 while (fgets(buf, MAXPATHLEN, fp) != NULL) { in zend_accel_blacklist_loadone()
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c221 while (fgets(typelib_name_buffer, 1024, typelib_file)) { in ZEND_GET_MODULE()
/PHP-7.4/docs/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
255 efficiently behave as fgets. The ops struct also contains a label for the
/PHP-7.4/ext/spl/
H A Dspl_directory.c2406 SPL_METHOD(SplFileObject, fgets) in SPL_METHOD() argument
3097 SPL_ME(SplFileObject, fgets, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
3125 …SPL_MA(SplFileObject, getCurrentLine, SplFileObject, fgets, arginfo_splfileinfo_void, ZEND_AC…
3126 …SPL_MA(SplFileObject, __toString, SplFileObject, fgets, arginfo_splfileinfo_void, ZEND_AC…
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc730 $a = fgets($this->outDesc);
749 return fgets($this->outDesc);
/PHP-7.4/ext/zlib/
H A Dzlib.c1395 PHP_FALIAS(gzgets, fgets, arginfo_gzgets)

Completed in 68 milliseconds

12345