Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 25 of 89) sorted by path

1234

/PHP-5.5/
H A DNEWS3755 fgets(), as is documented. (Gustavo)
8703 - Fixed bug #36981 (SplFileObject->fgets() ignores max_length). (Tony)
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
/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/ext/ereg/regex/
H A Dmain.c142 while (fgets(inbuf, sizeof(inbuf), in) != NULL) {
H A Dsplit.c172 while (fgets(buf, sizeof(buf), stdin) != NULL) {
/PHP-5.5/ext/ftp/tests/
H A Dftp_fget_basic.phpt22 echo fgets($fp);
28 var_dump(urlencode(fgets($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/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c408 while (fgets(buf, sizeof(buf), fp)) { in main()
/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/opcache/
H A Dzend_accelerator_blacklist.c270 while (fgets(buf, MAXPATHLEN, fp) != NULL) { in zend_accel_blacklist_loadone()
/PHP-5.5/ext/openssl/tests/
H A Dbug46127.phpt51 echo fgets($sock);
/PHP-5.5/ext/pdo_mysql/
H A Dget_error_codes.php6 $line = fgets(STDIN);
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_003.phpt21 var_dump($ent->openFile()->fgets());
H A Dphar_oo_007.phpt35 var_dump($f->fgets());
39 var_dump($f->fgets());
42 var_dump($f->fgets());
53 var_dump($f->fgets());
/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/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/spl/tests/
H A Dbug46053.phpt10 var_dump(trim($x->fgets()));
H A Dfileobject_005.phpt19 var_dump($fo->fgets(8));
37 Warning: SplFileObject::fgets() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3094 PHP_FE(fgets, arginfo_fgets)
H A Dconfig.m427 fgets(buffer, sizeof(buffer), fp);
30 fgets(buffer, sizeof(buffer), fp);
33 fgets(buffer, sizeof(buffer), fp);
H A Dfile.c1002 PHPAPI PHP_FUNCTION(fgets) in PHP_FUNCTION() argument
H A Dfile.h38 PHPAPI PHP_FUNCTION(fgets);
/PHP-5.5/ext/standard/tests/file/
H A Dbug27508.phpt68 echo fgets($fp);
H A Dbug38450.phpt97 echo fgets($fp);
H A Dbug38450_1.phpt97 echo fgets($fp);

Completed in 70 milliseconds

1234