Searched refs:stat (Results 76 – 100 of 172) sorted by relevance
1234567
/PHP-8.1/ext/standard/tests/file/ |
H A D | filesize_variation5.phpt | 21 Warning: filesize(): stat failed for in %s on line %d 24 Warning: filesize(): stat failed for | in %s on line %d
|
H A D | fstat_variation8.phpt | 5 $stat_result = stat(__FILE__); 19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
|
H A D | symlink_link_linkinfo_is_link_variation3.phpt | 46 $stat = lstat($linkname); 48 if ($link_size == $stat[7]) 68 $stat = lstat($linkname); 70 if ($link_size == $stat[7]) 90 $stat = lstat($linkname); 92 if ($link_size == $stat[7])
|
H A D | lstat_stat_variation20.phpt | 2 Test lstat() and stat() functions: usage variations - link names stored in array/object 44 echo "\n-- Testing stat() on link name stored inside an array --\n"; 45 var_dump( stat($link_array[0]) ); // with default numeric index 46 var_dump( stat($link_array_with_key["linkname"]) ); // with string key 47 var_dump( stat($link_array_with_key['linkname']) ); 116 -- Testing stat() on link name stored inside an array --
|
H A D | rename_basic.phpt | 14 $old_stat = stat($src_name); 21 $new_stat = stat("$file_path/rename_basic_new.tmp");
|
H A D | filegroup_variation3.phpt | 63 Warning: filegroup(): stat failed for %s//filegroup_variation3/filegroup_variation3.tmp/ in %s on l… 71 Warning: filegroup(): stat failed for %s//filegroup_variation3/*.tmp in %s on line %d 75 Warning: filegroup(): stat failed for %s/filegroup_variation3/filegroup*.tmp in %s on line %d
|
H A D | fileinode_variation3.phpt | 62 Warning: fileinode(): stat failed for %s//fileinode_variation3/fileinode_variation3.tmp/ in %s on l… 70 Warning: fileinode(): stat failed for %s//fileinode_variation3/*.tmp in %s on line %d 74 Warning: fileinode(): stat failed for %s/fileinode_variation3/fileinode*.tmp in %s on line %d
|
H A D | fileowner_variation3.phpt | 63 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 D | fileperms_variation3.phpt | 62 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 D | userwrapper.phpt | 24 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 D | bug45181.phpt | 2 Bug #45181 (chdir() should clear relative entries in stat cache)
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionProperty_basic2.phpt | 25 static public $stat = "static property"; 34 reflectProperty("TestClass", "stat"); 57 Reflecting on property TestClass::stat
|
H A D | ReflectionProperty_getValue_error.phpt | 9 static public $stat = "static property"; 22 $propInfo = new ReflectionProperty('TestClass', 'stat');
|
H A D | ReflectionMethod_getModifiers_basic.phpt | 23 static function stat() { 24 echo "Called stat()\n"; 101 Modifiers for method TestClass::stat(): 193 Modifiers for method TestClass::stat():
|
H A D | ReflectionMethod_basic1.phpt | 35 static function stat() { 36 echo "Called stat()\n"; 63 reflectMethod("TestClass", "stat"); 107 Reflecting on method TestClass::stat()
|
/PHP-8.1/ext/phar/tests/ |
H A D | 020.phpt | 2 Phar: url stat 24 var_dump(stat('phar://hio/a'), stat('phar://hio/b'));
|
H A D | stat.phpt | 2 Phar: test stat function interceptions 12 var_dump(stat("")); 19 echo "stat\n"; 20 var_dump(stat("dir/file1.txt")); 75 stat 223 Warning: fileperms(): stat failed for not/found in phar://%sstat.phar.php/my/index.php on line %d
|
H A D | fopen_edgecases.phpt | 2 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')); 89 Warning: stat(): stat failed for phar:// in %sfopen_edgecases.php on line %d 92 Warning: stat(): stat failed for phar://foo.phar in %sfopen_edgecases.php on line %d
|
H A D | phar_gobyebye.phpt | 23 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 D | phar_gobyebye-win32.phpt | 22 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-8.1/Zend/tests/ |
H A D | include_stat_is_quiet.phpt | 10 return @stat($path); 12 return stat($path);
|
/PHP-8.1/Zend/ |
H A D | zend_stream.h | 92 typedef struct stat zend_stat_t; 97 # define zend_stat stat
|
/PHP-8.1/ext/zlib/tests/ |
H A D | zlib_scheme_stat_basic2.phpt | 33 Warning: filesize(): stat failed for compress.zlib://%s004.txt.gz in %s on line %d 39 Warning: fileatime(): stat failed for compress.zlib://%s004.txt.gz in %s on line %d
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | socket-uds-numeric-ugid.phpt | 35 $st = stat($tester->getListen('{{ADDR:UDS}}')); 43 echo "stat failed for " . $tester->getListen('{{ADDR:UDS}}');
|
H A D | socket-uds-numeric-ugid-nonroot.phpt | 40 $st = stat($tester->getListen('{{ADDR:UDS}}')); 48 echo "stat failed for " . $tester->getListen('{{ADDR:UDS}}');
|
Completed in 27 milliseconds
1234567