Home
last modified time | relevance | path

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

12345

/PHP-7.4/
H A DNEWS1269 . Fixed bug #78883 (fgets(STDIN) fails on Windows). (cmb)
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);
H A Dphp.ini-development880 ; fgets() and file() will work regardless of the source of the file.
H A Dphp.ini-production880 ; fgets() and file() will work regardless of the source of the file.
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc730 $a = fgets($this->outDesc);
749 return fgets($this->outDesc);
/PHP-7.4/sapi/cli/tests/
H A Dbug73630.phpt31 echo fgets($fp);
H A Dbug66830.phpt26 echo fgets($fp);
H A Dbug67429_1.phpt26 echo fgets($fp);
H A Dbug67429_2.phpt26 echo fgets($fp);
H A Dbug68745.phpt17 echo fgets($fp);
H A Dbug70470.phpt25 echo fgets($fp);
H A Demptyheader.phpt18 echo fgets($fp);
H A Dphp_cli_server_014.phpt28 $output .= fgets($fp);
47 $output .= fgets($fp);
H A Dbug61977.phpt32 $text = fgets($fp);
H A Dbug65066_100.phpt25 echo fgets($fp);
H A Dphp_cli_server_015.phpt29 $output .= fgets($fp);
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc23 while (($line = fgets($pipes[2])) !== false) {
/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/ext/spl/tests/
H A Dbug80933.phpt14 $read = $temp->fgets();
19 $read = $temp->fgets();
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c327 while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) { in phpdbg_try_file_init()
/PHP-7.4/ext/standard/
H A Dfile.c1010 PHPAPI PHP_FUNCTION(fgets) in PHP_FUNCTION() argument
H A Dconfig.m427 fgets(buffer, sizeof(buffer), fp);
30 fgets(buffer, sizeof(buffer), fp);
33 fgets(buffer, sizeof(buffer), fp);
H A Dbasic_functions.c3132 PHP_FE(fgets, arginfo_fgets)
/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()

Completed in 102 milliseconds

12345