Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_basic2.phpt25 static public $stat = "static property";
34 reflectProperty("TestClass", "stat");
57 Reflecting on property TestClass::stat
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.4/ext/phar/tests/
H A D020.phpt2 Phar: url stat
24 var_dump(stat('phar://hio/a'), stat('phar://hio/b'));
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
/PHP-7.4/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.phpt59 $stat = lstat($linkname);
61 if ($link_size == $stat[7])
81 $stat = lstat($linkname);
83 if ($link_size == $stat[7])
103 $stat = lstat($linkname);
105 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 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 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 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 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 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 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
15 Prototype: array stat ( string $filename );
/PHP-7.4/Zend/tests/
H A Dinclude_stat_is_quiet.phpt10 return @stat($path);
12 return stat($path);
/PHP-7.4/Zend/
H A Dzend_stream.h90 typedef struct stat zend_stat_t;
95 # define zend_stat stat
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-uds-numeric-ugid.phpt35 $st = stat($tester->getListen('{{ADDR:UDS}}'));
43 echo "stat failed for " . $tester->getListen('{{ADDR:UDS}}');
H A Dsocket-uds-numeric-ugid-nonroot.phpt40 $st = stat($tester->getListen('{{ADDR:UDS}}'));
48 echo "stat failed for " . $tester->getListen('{{ADDR:UDS}}');
/PHP-7.4/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

Completed in 39 milliseconds

1234567