Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 34) sorted by path

12

/php-src/Zend/
H A Dzend_stream.h96 # define zend_fstat fstat
H A Dzend_virtual_cwd.h152 # define php_sys_fstat fstat
/php-src/ext/fileinfo/
H A Dlibmagic.patch616 - if (fstat(fd, &st) == -1) {
935 - else if (b->fd == -1 || fstat(b->fd, &b->st) == -1)
2643 - okstat = fstat(fd, &sb) == 0;
/php-src/ext/fileinfo/libmagic/
H A Dder.c450 if (fstat(fd, &st) == -1) in main()
H A Dis_csv.c186 if (fstat(fd, &st) == -1) in main()
H A Dis_json.c486 if (fstat(fd, &st) == -1) in main()
H A Dis_simh.c197 if (fstat(fd, &st) == -1) in main()
/php-src/ext/phar/tests/
H A D021.phpt26 var_dump(fstat($fp));
H A D027.phpt51 var_dump(fstat($a));
H A Dphar_oo_007.phpt26 $s = $f->fstat();
/php-src/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc46 $stat = fstat($fileOrStream);
H A Dmake.dangerous.tar.php.inc47 $stat = fstat($fileOrStream);
H A Dtarmaker.php.inc46 $stat = fstat($fileOrStream);
/php-src/ext/random/
H A Dcsprng.c169 if (fstat(fd, &st) != 0 || in php_random_bytes()
/php-src/ext/soap/
H A Dphp_sdl.c1571 if (fstat(f, &st) != 0) { in get_sdl_from_cache()
/php-src/ext/sockets/
H A Dconversions.c1451 if (fstat(fd, &statbuf) == -1) { in to_zval_read_fd_array()
/php-src/ext/spl/
H A Dspl_directory.c2668 PHP_METHOD(SplFileObject, fstat) in PHP_METHOD() argument
H A Dspl_directory.stub.php292 public function fstat(): array {} function in SplFileObject
H A Dspl_directory_arginfo.h351 ZEND_METHOD(SplFileObject, fstat);
463 ZEND_ME(SplFileObject, fstat, arginfo_class_SplFileObject_fstat, ZEND_ACC_PUBLIC)
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fstat_with_basic_fstat_disabled.phpt2 SplFileObject::fstat when fstat() has been disabled.
4 disable_functions="fstat"
8 var_dump($obj->fstat());
/php-src/ext/standard/
H A Dbasic_functions.stub.php2822 function fstat($stream): array|false {}
H A Dbasic_functions_arginfo.h2653 ZEND_FUNCTION(fstat);
3289 ZEND_FE(fstat, arginfo_fstat)
H A Dfile.c1474 PHP_FUNCTION(fstat) in PHP_FUNCTION() argument
/php-src/ext/standard/tests/file/
H A Dbug78386.phpt2 Bug #78386 (fstat mode has unexpected value on PHP 7.4)
10 $stat = fstat($handle);
H A Ddirectory_wrapper_fstat_basic.phpt2 Test function fstat() on directory wrapper
7 var_dump(fstat($h));

Completed in 103 milliseconds

12