Home
last modified time | relevance | path

Searched refs:fgets (Results 101 – 125 of 136) sorted by relevance

123456

/php-src/ext/gd/libgd/
H A Dgd_xbm.c50 while (fgets(fline, MAX_XBM_LINE_SIZE, fd)) { in gdImageCreateFromXbm()
/php-src/ext/com_dotnet/
H A Dcom_extension.c100 while (fgets(typelib_name_buffer, 1024, typelib_file)) { in ZEND_GET_MODULE()
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc49 $line = fgets($this->fp);
71 $line = fgets($this->fp);
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt33 while ($line = fgets($fp, 256)) {
52 while ($line = fgets($fp, 256)) {
81 while ($line = fgets($fp, 256)) {
H A Dsjis2004_encoding.phpt19 while ($line = fgets($fp, 256)) {
H A Deucjp_2004_encoding.phpt18 while ($line = fgets($fp, 256)) {
H A Diso2022jp_ms_encoding.phpt33 while ($line = fgets($fp, 256)) {
65 while ($line = fgets($fp, 256)) {
H A Dsjismac_encoding.phpt19 while ($line = fgets($fp, 256)) {
H A Dcp5022x_encoding.phpt39 while ($line = fgets($fp, 256)) {
72 while ($line = fgets($fp, 256)) {
83 while ($line = fgets($fp, 256)) {
H A Diso2022jp_2004_encoding.phpt18 while ($line = fgets($fp, 256)) {
48 while ($line = fgets($fp, 256)) {
H A Dcp51932_encoding.phpt20 while ($line = fgets($fp, 256)) {
H A Dutf8_mobile_encodings.phpt79 while ($line = fgets($fp, 256)) {
H A Dencoding_tests.inc33 while ($line = fgets($fp, 256)) {
H A Diso2022jp_encoding.phpt20 while ($line = fgets($fp, 256)) {
H A Dgb18030_2022_encoding.phpt206 while ($line = fgets($fp, 256)) {
/php-src/ext/standard/
H A Dconfig.m429 fgets(buffer, sizeof(buffer), fp);
32 fgets(buffer, sizeof(buffer), fp);
35 fgets(buffer, sizeof(buffer), fp);
/php-src/ext/spl/
H A Dspl_directory.stub.php247 public function fgets(): string {} function in SplFileObject
H A Dspl_directory_arginfo.h337 ZEND_METHOD(SplFileObject, fgets);
449 ZEND_ME(SplFileObject, fgets, arginfo_class_SplFileObject_fgets, ZEND_ACC_PUBLIC)
/php-src/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c261 while (fgets(buf, sizeof(buf) - 1, f)) { in main()
/php-src/ext/opcache/
H A Dshared_alloc_mmap.c67 while (fgets(buffer, MAXPATHLEN, f) && sscanf(buffer, "%lx-%lx", &start, &end) == 2) { in find_prefered_mmap_base()
H A Dzend_accelerator_blacklist.c261 while (fgets(buf, MAXPATHLEN, fp) != NULL) { in zend_accel_blacklist_loadone()
/php-src/ext/zlib/
H A Dzlib_arginfo.h157 ZEND_FUNCTION(fgets);
/php-src/sapi/fpm/tests/
H A Dlogreader.inc288 $line = fgets($this->stream);
/php-src/Zend/
H A Dzend_call_stack.c216 …while (fgets(buffer, sizeof(buffer), f) && sscanf(buffer, "%" SCNxPTR "-%" SCNxPTR, &start, &end) … in zend_call_stack_get_linux_proc_maps()
/php-src/docs-old/
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

Completed in 41 milliseconds

123456