Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 25 of 136) sorted by last modified time

123456

/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
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c261 while (fgets(buf, MAXPATHLEN, fp) != NULL) { in zend_accel_blacklist_loadone()
H A DZendAccelerator.c3029 while (fgets(buffer, MAXPATHLEN, f)) { in accel_move_code_to_huge_pages()
H A Dshared_alloc_mmap.c67 while (fgets(buffer, MAXPATHLEN, f) && sscanf(buffer, "%lx-%lx", &start, &end) == 2) { in find_prefered_mmap_base()
/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()
H A Dzend_vm_gen.php1661 $op = trim(fgets($f));
/php-src/ext/standard/tests/filters/
H A Dgh13264.phpt24 while (($line = fgets($stream)) !== false) {
27 // An error is thrown but fgets didn't return false
37 Notice: fgets(): zlib: data error in %s on line %d
42 string(25) "fgets(): zlib: data error"
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc140 $line = fgets(STDIN);
170 fgets($handle);
181 fgets($handle);
/php-src/
H A Dphp.ini-development897 ; fgets() and file() will work regardless of the source of the file.
H A Dphp.ini-production899 ; fgets() and file() will work regardless of the source of the file.
/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/spl/
H A Dspl_directory.c2156 PHP_METHOD(SplFileObject, fgets) in PHP_METHOD() argument
H A Dspl_directory_arginfo.h337 ZEND_METHOD(SplFileObject, fgets);
449 ZEND_ME(SplFileObject, fgets, arginfo_class_SplFileObject_fgets, ZEND_ACC_PUBLIC)
/php-src/sapi/fpm/tests/
H A Dlogreader.inc288 $line = fgets($this->stream);
/php-src/ext/zlib/
H A Dzlib_arginfo.h157 ZEND_FUNCTION(fgets);
/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
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc49 $line = fgets($this->fp);
71 $line = fgets($this->fp);
/php-src/sapi/cli/tests/
H A Dgh13113.phpt23 echo fgets($fp);
H A Dphp_cli_server_009.phpt26 echo fgets($fp);
42 echo fgets($fp);
58 echo fgets($fp);
H A Dphp_cli_server_013.phpt27 $output .= fgets($fp);
46 $output .= fgets($fp);
64 $output .= fgets($fp);
82 $output .= fgets($fp);
100 $output .= fgets($fp);
118 $output .= fgets($fp);
/php-src/ext/curl/tests/
H A Dserver.inc27 while (($line = fgets($pipes[2])) !== false) {
/php-src/ext/pdo_pgsql/tests/
H A Dgh9411.phpt35 var_dump(fgets($lob));

Completed in 118 milliseconds

123456