Home
last modified time | relevance | path

Searched refs:stat (Results 76 – 100 of 176) sorted by relevance

12345678

/PHP-7.1/ext/phar/tests/
H A Dstat.phpt2 Phar: test stat function interceptions
12 var_dump(stat(""));
19 echo "stat\n";
20 var_dump(stat("dir/file1.txt"));
76 stat
224 Warning: fileperms(): stat failed for not/found in phar://%sstat.phar.php/my/index.php on line %d
H A Dfopen_edgecases.phpt2 Phar: fopen/stat/fseek/unlink/rename edge cases
24 // test phar_open_url() with quiet stat for code coverage
41 var_dump(stat('phar://'));
42 var_dump(stat('phar://foo.phar'));
90 Warning: stat(): stat failed for phar:// in %sfopen_edgecases.php on line %d
93 Warning: stat(): stat failed for phar://foo.phar in %sfopen_edgecases.php on line %d
H A Dphar_gobyebye.phpt22 var_dump(is_file("foo/hi"),is_link("foo/hi"),is_dir("foo/hi"),file_exists("foo/hi"),stat("foo/hi"));
39 Warning: stat(): stat failed for foo/hi in phar://%sphar_gobyebye.phar.php/foo/hi on line %d
H A Dphar_gobyebye-win32.phpt21 var_dump(is_file("foo/hi"),is_link("foo/hi"),is_dir("foo/hi"),file_exists("foo/hi"),stat("foo/hi"));
38 Warning: stat(): stat failed for foo/hi in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
H A Dphar_gzip.phpt45 $a = stat($pname . '/test');
46 $b = stat($pname2 . '/test');
/PHP-7.1/ext/zip/lib/
H A Dmkstemp.c66 struct stat sbuf; in _zip_mkstemp()
116 if (stat(path, &sbuf)) in _zip_mkstemp()
H A Dzip_source_window.c44 zip_stat_t stat; member
77 zip_stat_init(&ctx->stat); in _zip_source_window_new()
83 if (_zip_stat_merge(&ctx->stat, st, error) < 0) { in _zip_source_window_new()
199 if (_zip_stat_merge(st, &ctx->stat, &ctx->error) < 0) { in window_read()
/PHP-7.1/ext/standard/tests/file/
H A Dfstat_variation8.phpt5 $stat_result = stat(__FILE__);
19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
H A Dfilesize_variation5.phpt29 Warning: filesize(): stat failed for in %s on line %d
32 Warning: filesize(): stat failed for | in %s on line %d
H A Dsymlink_link_linkinfo_is_link_variation3.phpt58 $stat = lstat($linkname);
60 if ($link_size == $stat[7])
80 $stat = lstat($linkname);
82 if ($link_size == $stat[7])
102 $stat = lstat($linkname);
104 if ($link_size == $stat[7])
H A Drename_basic.phpt18 $old_stat = stat($src_name);
25 $new_stat = stat("$file_path/rename_basic_new.tmp");
H A Dfileinode_variation3.phpt63 Warning: fileinode(): stat failed for %s//fileinode_variation3/fileinode_variation3.tmp/ in %s on l…
71 Warning: fileinode(): stat failed for %s//fileinode_variation3/*.tmp in %s on line %d
75 Warning: fileinode(): stat failed for %s/fileinode_variation3/fileinode*.tmp in %s on line %d
H A Dfilegroup_variation3.phpt62 Warning: filegroup(): stat failed for %s//filegroup_variation3/filegroup_variation3.tmp/ in %s on l…
70 Warning: filegroup(): stat failed for %s//filegroup_variation3/*.tmp in %s on line %d
74 Warning: filegroup(): stat failed for %s/filegroup_variation3/filegroup*.tmp in %s on line %d
H A Dfileperms_variation3.phpt62 Warning: fileperms(): stat failed for %s//fileperms_variation3/fileperms_variation3.tmp/ in %s on l…
70 Warning: fileperms(): stat failed for %s//fileperms_variation3/*.tmp in %s on line %d
74 Warning: fileperms(): stat failed for %s/fileperms_variation3/fileperms*.tmp in %s on line %d
H A Dfilesize_error.phpt28 Warning: filesize(): stat failed for /no/such/file in %s on line %d
31 Warning: filesize(): stat failed for /no/such/dir in %s on line %d
H A Dfileowner_variation3.phpt63 Warning: fileowner(): stat failed for %s//fileowner_variation3/fileowner_variation3.tmp/ in %s on l…
71 Warning: fileowner(): stat failed for %s//fileowner_variation3/*.tmp in %s on line %d
75 Warning: fileowner(): stat failed for %s/fileowner_variation3/fileowner*.tmp in %s on line %d
H A Duserwrapper.phpt24 then subsequently performing multiple stat operations on it
25 we effectively test the stat cache mechanism */
42 print_r(stat('test://example.com/path/to/file'));
H A Dbug45181.phpt2 Bug #45181 (chdir() should clear relative entries in stat cache)
H A Dlstat_stat_variation3.phpt2 Test lstat() and stat() functions: usage variations - effects of rename() on link
14 Prototype: array stat ( string $filename );
/PHP-7.1/Zend/
H A Dzend_stream.h96 # define zend_stat stat
97 typedef struct stat zend_stat_t;
/PHP-7.1/ext/interbase/
H A Dibase_blobs.c97 ISC_STATUS stat; in _php_ibase_blob_get() local
104 …for (cur_len = stat = 0; (stat == 0 || stat == isc_segment) && cur_len < max_len; cur_len += seg_l… in _php_ibase_blob_get()
109stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &ZSTR_VAL(bl_data)[cu… in _php_ibase_blob_get()
112 if (IB_STATUS[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { in _php_ibase_blob_get()
/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_basic1.phpt35 static function stat() {
36 echo "Called stat()\n";
55 reflectMethod("TestClass", "stat");
95 Reflecting on method TestClass::stat()
H A DReflectionMethod_getModifiers_basic.phpt23 static function stat() {
24 echo "Called stat()\n";
93 Modifiers for method TestClass::stat():
161 Modifiers for method TestClass::stat():
/PHP-7.1/ext/zlib/tests/
H A Dzlib_scheme_stat_basic2.phpt38 Warning: filesize(): stat failed for compress.zlib://%s004.txt.gz in %s on line %d
44 Warning: fileatime(): stat failed for compress.zlib://%s004.txt.gz in %s on line %d
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dbug74923.phpt19 var_dump($s, @stat($s));

Completed in 29 milliseconds

12345678