Home
last modified time | relevance | path

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

12345

/PHP-7.4/
H A DNEWS1269 . Fixed bug #78883 (fgets(STDIN) fails on Windows). (cmb)
/PHP-7.4/Zend/
H A Dzend_vm_gen.php1704 $op = trim(fgets($f));
H A Dzend_vm_trace_handlers.h94 if (fgets(buf, sizeof(buf)-1, f)) { in zend_vm_trace_init()
/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/com_dotnet/
H A Dcom_extension.c221 while (fgets(typelib_name_buffer, 1024, typelib_file)) { in ZEND_GET_MODULE()
/PHP-7.4/ext/ftp/tests/
H A Dftp_fget_basic.phpt22 echo fgets($fp);
28 var_dump(urlencode(fgets($fp)));
/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/opcache/
H A Dzend_accelerator_blacklist.c258 while (fgets(buf, MAXPATHLEN, fp) != NULL) { in zend_accel_blacklist_loadone()
/PHP-7.4/ext/openssl/tests/
H A DServerClientTestCase.inc110 $line = fgets(STDIN);
140 fgets($handle);
151 fgets($handle);
H A Dbug46127.phpt39 echo fgets($sock);
H A Dstream_server_reneg_limit.phpt85 fgets($stderr);
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc23 while (($line = fgets($pipes[2])) !== false) {
/PHP-7.4/ext/pdo_mysql/
H A Dget_error_codes.php7 $line = fgets(STDIN);
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_003.phpt20 var_dump($ent->openFile()->fgets());
H A Dphar_oo_007.phpt34 var_dump($f->fgets());
38 var_dump($f->fgets());
41 var_dump($f->fgets());
52 var_dump($f->fgets());
/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 Dbug46053.phpt10 var_dump(trim($x->fgets()));
H A Dbug80933.phpt14 $read = $temp->fgets();
19 $read = $temp->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-7.4/ext/standard/
H A Dbasic_functions.c3132 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.c1010 PHPAPI PHP_FUNCTION(fgets) in PHP_FUNCTION() argument
H A Dfile.h36 PHPAPI PHP_FUNCTION(fgets);
/PHP-7.4/ext/standard/tests/file/
H A Dauto_detect_line_endings_1.phpt14 var_dump(fgets(STDIN));
15 var_dump(fgets(STDIN));
16 var_dump(fgets(STDIN));
H A Dauto_detect_line_endings_2.phpt13 var_dump(fgets($stdin));
14 var_dump(fgets($stdin));
15 var_dump(fgets($stdin));

Completed in 56 milliseconds

12345