Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c408 while (fgets(buf, sizeof(buf), fp)) { in main()
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c279 while (fgets(typelib_name_buffer, 1024, typelib_file)) { in PHP_INI_MH()
/PHP-5.5/
H A Dserver-tests.php958 $user_input = fgets($fp, 10);
974 $user_email = trim(fgets($fp, 1024));
1153 $line = fgets($fp);
H A Drun-tests.php338 $user_input = fgets($fp, 10);
360 $user_email = trim(fgets($fp, 1024));
1218 $line = fgets($fp);
1238 $line = fgets($fp);
H A DREADME.STREAMS43 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell, flock.
236 that can efficiently behave as fgets. The ops struct also contains a label
H A Dphp.ini-development826 ; fgets() and file() will work regardless of the source of the file.
H A Dphp.ini-production826 ; fgets() and file() will work regardless of the source of the file.
H A DNEWS3755 fgets(), as is documented. (Gustavo)
8703 - Fixed bug #36981 (SplFileObject->fgets() ignores max_length). (Tony)
/PHP-5.5/ext/ereg/regex/
H A Dmain.c142 while (fgets(inbuf, sizeof(inbuf), in) != NULL) {
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c827 while (fgets(line, sizeof(line), in)) { in read_cdata()
1222 while (fgets(line, sizeof(line), in)) { in read_compexdata()
/PHP-5.5/ext/zlib/
H A Dzlib.c853 PHP_FALIAS(gzgets, fgets, arginfo_gzgets)
/PHP-5.5/ext/spl/
H A Dspl_directory.c2424 SPL_METHOD(SplFileObject, fgets) in SPL_METHOD() argument
3005 SPL_ME(SplFileObject, fgets, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
3033 …SPL_MA(SplFileObject, getCurrentLine, SplFileObject, fgets, arginfo_splfileinfo_void, ZEND_AC…
/PHP-5.5/ext/standard/
H A Dfile.c1002 PHPAPI PHP_FUNCTION(fgets) in PHP_FUNCTION() argument
H A Dbasic_functions.c3094 PHP_FE(fgets, arginfo_fgets)

Completed in 108 milliseconds

1234