Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 33) sorted by relevance

12

/PHP-8.1/ext/standard/tests/file/
H A Dfstat.phpt2 fstat() tests
6 $filename = __DIR__."/fstat.dat";
9 var_dump(fstat($fp));
12 var_dump(fstat($fp));
75 fstat(): supplied resource is not a valid stream resource
H A Ddirectory_wrapper_fstat_basic.phpt2 Test function fstat() on directory wrapper
7 var_dump(fstat($h));
H A Dbug78386.phpt2 Bug #78386 (fstat mode has unexpected value on PHP 7.4)
10 $stat = fstat($handle);
H A Dfstat_basic.phpt2 Test function fstat() by calling it with its expected arguments
6 var_dump(fstat( $fp ) );
H A Dfstat_variation8.phpt2 Test function fstat() by calling it with its expected arguments
8 $fstat_result = fstat($fp);
/PHP-8.1/ext/spl/tests/
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-8.1/ext/zlib/tests/
H A Dzlib_wrapper_fstat_basic.phpt2 Test function fstat() on zlib wrapper
9 var_dump(fstat($h));
/PHP-8.1/ext/standard/tests/streams/
H A Dbug53903.phpt21 fstat(fopen('sx://test', 'r'));
/PHP-8.1/ext/standard/tests/image/
H A Dbug75708.phpt21 return fstat($this->handle);
/PHP-8.1/Zend/
H A Dzend_stream.h96 # define zend_fstat fstat
H A Dzend_virtual_cwd.h142 # define php_sys_fstat fstat
/PHP-8.1/ext/phar/tests/
H A D021.phpt26 var_dump(fstat($fp));
H A Dphar_oo_007.phpt26 $s = $f->fstat();
H A D027.phpt51 var_dump(fstat($a));
/PHP-8.1/ext/fileinfo/libmagic/
H A Dis_csv.c184 if (fstat(fd, &st) == -1) in main()
H A Dis_json.c455 if (fstat(fd, &st) == -1) in main()
H A Dder.c438 if (fstat(fd, &st) == -1) in main()
/PHP-8.1/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt61 public function stream_stat() { return \fstat($this->stream); }
/PHP-8.1/ext/standard/
H A Drandom.c177 if (fstat(fd, &st) != 0 || in php_random_bytes()
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php255 public function fstat(): array {} function in SplFileObject
H A Dspl_directory_arginfo.h351 ZEND_METHOD(SplFileObject, fstat);
471 ZEND_ME(SplFileObject, fstat, arginfo_class_SplFileObject_fstat, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc46 $stat = fstat($fileOrStream);
H A Dcorrupt_tarmaker.php.inc46 $stat = fstat($fileOrStream);
H A Dmake.dangerous.tar.php.inc47 $stat = fstat($fileOrStream);
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c861 …if (((fstat(fileno(stderr), &stat[2]) < 0) && (fstat(fileno(stdout), &stat[0]) < 0)) || (fstat(dat… in phpdbg_stdiop_write()

Completed in 41 milliseconds

12