Searched refs:fstat (Results 1 – 25 of 32) sorted by relevance
12
/PHP-8.0/ext/standard/tests/file/ |
H A D | fstat.phpt | 2 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 D | directory_wrapper_fstat_basic.phpt | 2 Test function fstat() on directory wrapper 7 var_dump(fstat($h));
|
H A D | bug78386.phpt | 2 Bug #78386 (fstat mode has unexpected value on PHP 7.4) 10 $stat = fstat($handle);
|
H A D | fstat_basic.phpt | 2 Test function fstat() by calling it with its expected arguments 6 var_dump(fstat( $fp ) );
|
H A D | fstat_variation8.phpt | 2 Test function fstat() by calling it with its expected arguments 8 $fstat_result = fstat($fp);
|
/PHP-8.0/ext/spl/tests/ |
H A D | SplFileObject_fstat_with_basic_fstat_disabled.phpt | 2 SplFileObject::fstat when fstat() has been disabled. 4 disable_functions="fstat" 8 var_dump($obj->fstat());
|
/PHP-8.0/ext/zlib/tests/ |
H A D | zlib_wrapper_fstat_basic.phpt | 2 Test function fstat() on zlib wrapper 13 var_dump(fstat($h));
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug53903.phpt | 21 fstat(fopen('sx://test', 'r'));
|
/PHP-8.0/Zend/ |
H A D | zend_stream.h | 94 # define zend_fstat fstat
|
H A D | zend_virtual_cwd.h | 142 # define php_sys_fstat fstat
|
/PHP-8.0/ext/phar/tests/ |
H A D | 021.phpt | 26 var_dump(fstat($fp));
|
H A D | phar_oo_007.phpt | 26 $s = $f->fstat();
|
H A D | 027.phpt | 53 var_dump(fstat($a));
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | is_csv.c | 185 if (fstat(fd, &st) == -1) in main()
|
H A D | is_json.c | 455 if (fstat(fd, &st) == -1) in main()
|
H A D | der.c | 439 if (fstat(fd, &st) == -1) in main()
|
/PHP-8.0/sapi/phpdbg/tests/ |
H A D | phpdbg_get_executable_stream_wrapper.phpt | 61 public function stream_stat() { return \fstat($this->stream); }
|
/PHP-8.0/ext/spl/ |
H A D | spl_directory.stub.php | 248 public function fstat() {} function in SplFileObject
|
H A D | spl_directory_arginfo.h | 333 ZEND_METHOD(SplFileObject, fstat); 452 ZEND_ME(SplFileObject, fstat, arginfo_class_SplFileObject_fstat, ZEND_ACC_PUBLIC)
|
/PHP-8.0/ext/standard/ |
H A D | random.c | 177 if (fstat(fd, &st) != 0 || in php_random_bytes()
|
/PHP-8.0/ext/phar/tests/tar/files/ |
H A D | tarmaker.php.inc | 46 $stat = fstat($fileOrStream);
|
H A D | corrupt_tarmaker.php.inc | 46 $stat = fstat($fileOrStream);
|
H A D | make.dangerous.tar.php.inc | 47 $stat = fstat($fileOrStream);
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg.c | 913 …if (((fstat(fileno(stderr), &stat[2]) < 0) && (fstat(fileno(stdout), &stat[0]) < 0)) || (fstat(dat… in phpdbg_stdiop_write()
|
/PHP-8.0/ext/sockets/ |
H A D | conversions.c | 1425 if (fstat(fd, &statbuf) == -1) { in to_zval_read_fd_array()
|
Completed in 43 milliseconds
12