Home
last modified time | relevance | path

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

123456

/php-src/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt92 while ($line = fgets($fp, 256)) {
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c318 while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) { in phpdbg_try_file_init()
/php-src/ext/standard/
H A Dfile.c884 PHPAPI PHP_FUNCTION(fgets) in PHP_FUNCTION() argument
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)
/php-src/Zend/
H A Dzend_vm_gen.php1661 $op = trim(fgets($f));
/php-src/ext/spl/
H A Dspl_directory.c2156 PHP_METHOD(SplFileObject, fgets) in PHP_METHOD() argument
/php-src/ext/opcache/
H A DZendAccelerator.c3029 while (fgets(buffer, MAXPATHLEN, f)) { in accel_move_code_to_huge_pages()
/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/dynasm/
H A Dminilua.c6784 if(fgets(p,BUFSIZ,f)==NULL){

Completed in 88 milliseconds

123456