Home
last modified time | relevance | path

Searched refs:fgets (Results 26 – 50 of 136) sorted by path

123456

/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/openssl/tests/
H A DServerClientTestCase.inc140 $line = fgets(STDIN);
170 fgets($handle);
181 fgets($handle);
H A Dbug46127.phpt40 echo fgets($sock);
H A Dstream_server_reneg_limit.phpt88 fgets($stderr);
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc23 while (($line = fgets($pipes[2])) !== false) {
/php-src/ext/pdo_pgsql/tests/
H A Dgh9411.phpt35 var_dump(fgets($lob));
/php-src/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-src/ext/spl/
H A Dspl_directory.c2156 PHP_METHOD(SplFileObject, fgets) in PHP_METHOD() argument
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/spl/tests/SplFileObject/
H A DSplFileObject_key_fgets_and_seek.phpt2 SplFileObject verify interactions between seeking, getting the key and fgets
15 ['line' => $file->key(), 'contents' => trim($file->fgets())],
16 ['line' => $file->key(), 'contents' => trim($file->fgets())],
17 ['line' => $file->key(), 'contents' => trim($file->fgets())],
H A Dbug46053.phpt10 var_dump(trim($x->fgets()));
H A Dbug62004.phpt2 Bug #62004 (SplFileObject: fgets after seek returns wrong line)
8 echo $f->fgets();
10 echo $f->fgets();
12 echo $f->fgets();
H A Dbug80933.phpt14 $read = $temp->fgets();
19 $read = $temp->fgets();
H A Dfileobject_005.phpt17 var_dump($fo->fgets());
H A Dgh8273.phpt16 echo $file->key(), ': ', $file->fgets();
/php-src/ext/spl/tests/
H A Dbug81691.phpt9 var_dump($obj->fgets());
/php-src/ext/standard/
H A Dbasic_functions.stub.php2789 function fgets($stream, ?int $length = null): string|false {}
H A Dbasic_functions_arginfo.h2647 ZEND_FUNCTION(fgets);
3283 ZEND_FE(fgets, arginfo_fgets)
H A Dconfig.m429 fgets(buffer, sizeof(buffer), fp);
32 fgets(buffer, sizeof(buffer), fp);
35 fgets(buffer, sizeof(buffer), fp);
H A Dfile.c884 PHPAPI PHP_FUNCTION(fgets) in PHP_FUNCTION() argument
H A Dfile.h29 PHPAPI PHP_FUNCTION(fgets);

Completed in 144 milliseconds

123456