Home
last modified time | relevance | path

Searched refs:stat (Results 51 – 75 of 166) sorted by relevance

1234567

/PHP-7.4/ext/standard/tests/file/
H A Dfileinode_variation2.phpt50 Warning: fileinode(): stat failed for -2.34555 in %s on line %d
53 Warning: fileinode(): stat failed for in %s on line %d
57 Warning: fileinode(): stat failed for 1 in %s on line %d
65 Warning: fileinode(): stat failed for 1234 in %s on line %d
68 Warning: fileinode(): stat failed for 0 in %s on line %d
H A Dtouch_basic-win32-mb.phpt44 $init_meta = stat($filename);
48 $next_meta = stat($filename);
55 echo "stat data differs at $type[$i]\n";
68 $init_meta = stat($filename);
87 stat data differs at atime
88 stat data differs at mtime
H A Dtouch_basic-win32.phpt44 $init_meta = stat($filename);
48 $next_meta = stat($filename);
55 echo "stat data differs at $type[$i]\n";
68 $init_meta = stat($filename);
87 stat data differs at atime
88 stat data differs at mtime
H A Dbug78386.phpt10 $stat = fstat($handle);
11 var_dump(decoct($stat['mode']));
H A D001.phpt49 $s = stat ('test.file');
53 echo "test.file lstat and stat differ at element $i\n";
56 $s = stat ('test.link');
60 if ($i != 6 && $i != 10 && $i != 11) echo "test.link lstat and stat differ at element $i\n";
128 test.link lstat and stat differ at element 1
129 test.link lstat and stat differ at element 2
130 test.link lstat and stat differ at element 7
131 test.link lstat and stat differ at element 8
132 test.link lstat and stat differ at element 9
H A Dfilegroup_error.phpt27 Warning: filegroup(): stat failed for /no/such/file/dir in %s on line %d
30 Warning: filegroup(): stat failed for string in %s on line %d
33 Warning: filegroup(): stat failed for 100 in %s on line %d
H A Dfileinode_error.phpt28 Warning: fileinode(): stat failed for /no/such/file/dir in %s on line 10
31 Warning: fileinode(): stat failed for string in %s on line 13
34 Warning: fileinode(): stat failed for 100 in %s on line 14
H A Dfileowner_error.phpt27 Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d
30 Warning: fileowner(): stat failed for string in %s on line %d
33 Warning: fileowner(): stat failed for 100 in %s on line %d
H A Dfile.inc13 the same stat.
529 $stat = stat array
538 // named keys present in a stat
550 if($stat[$key] != $stat[$str_key]) {
551 echo "Error: stat[$key] doesn't match with stat[$str_key]\n";
563 echo "\n Dumping stat array ...\n";
564 var_dump($stat);
575 Compares two stat values, stat value should be obtained by stat/lstat
576 $stat1 = first stat array
577 $stat2 = second stat array
[all …]
H A D005_variation2-win32.phpt90 Warning: fileatime(): stat failed for in %s on line %d
93 Warning: filemtime(): stat failed for in %s on line %d
96 Warning: filectime(): stat failed for in %s on line %d
101 Warning: fileatime(): stat failed for | in %s on line %d
104 Warning: filemtime(): stat failed for | in %s on line %d
107 Warning: filectime(): stat failed for | in %s on line %d
H A Dlstat_stat_variation20.phpt2 Test lstat() and stat() functions: usage variations - link names stored in array/object
15 Prototype: array stat ( string $filename );
51 echo "\n-- Testing stat() on link name stored inside an array --\n";
52 var_dump( stat($link_array[0]) ); // with default numeric index
53 var_dump( stat($link_array_with_key["linkname"]) ); // with string key
54 var_dump( stat($link_array_with_key['linkname']) );
123 -- Testing stat() on link name stored inside an array --
/PHP-7.4/ext/phar/tests/
H A Dstat2_5.3.phpt2 Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.3+)
22 $b['foo/stat.php'] = '<?php
24 var_dump(is_link("./stat.php"),is_file("./stat.php"), is_link("./oops"), is_file("./oops"));
33 include "phar://" . __FILE__ . "/foo/stat.php";
H A Dbug79082.phpt20 var_dump(decoct(stat(__DIR__ . '/test79082-testfile')['mode']));
21 var_dump(decoct(stat(__DIR__ . '/test79082-testfile2')['mode']));
30 var_dump(decoct(stat(__DIR__ . '/test79082-testfile')['mode']));
31 var_dump(decoct(stat(__DIR__ . '/test79082-testfile2')['mode']));
H A Dbug77022.phpt14 var_dump(decoct(stat($sFile)['mode']));
22 var_dump(decoct(stat(__DIR__ . '/test-file-phar')['mode']));
23 var_dump(decoct(stat(__DIR__ . '/test-from-string')['mode']));
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_basic3.phpt25 static function stat() {
26 echo "Called stat()\n";
45 reflectMethod("TestClass", "stat");
71 Reflecting on method TestClass::stat()
75 string(4) "stat"
H A DReflectionProperty_getModifiers.001.phpt24 static public $stat = "static property";
33 reflectProperty("TestClass", "stat");
47 Reflecting on property TestClass::stat
H A DReflectionProperty_basic1.phpt39 static public $stat = "static property";
45 reflectProperty("TestClass", "stat");
85 Reflecting on property TestClass::stat
88 string(33) "Property [ public static $stat ]
93 string(33) "Property [ public static $stat ]
98 Property [ public static $stat ]
102 string(4) "stat"
H A DReflectionProperty_isDefault_basic.phpt17 static public $stat = "static property";
23 reflectProperty("TestClass", "stat");
41 Reflecting on property TestClass::stat
H A DReflectionProperty_setValue_error.phpt9 static public $stat = "static property";
30 $propInfo = new ReflectionProperty('TestClass', 'stat');
37 var_dump(TestClass::$stat);
39 var_dump(TestClass::$stat);
43 var_dump(TestClass::$stat);
H A DReflectionMethod_basic4.phpt29 static function stat() {
30 echo "Called stat()\n";
49 reflectMethod("TestClass", "stat");
74 Reflecting on method TestClass::stat()
H A DReflectionMethod_basic2.phpt23 static function stat() {
24 echo "Called stat()\n";
43 reflectMethod("TestClass", "stat");
72 Reflecting on method TestClass::stat()
75 string(%d) "Method [ <user> static public method stat ] {
83 string(%d) "Method [ <user> static public method stat ] {
/PHP-7.4/ext/standard/tests/streams/
H A Dbug77765.phpt2 stat() on directory should return 40755 for ftp://
15 var_dump(stat($path)['mode']);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug61315.phpt2 Bug #61315 stat() fails with specific DBCS characters
35 var_dump(count(stat("$d0\\test0.txt")) > 0);
36 var_dump(count(stat("$d0\\test0.txt")) > 0);
/PHP-7.4/tests/lang/
H A Dexecution_order.phpt152 static $stat = 20;
156 echo c::$stat + (c::$stat=200);
160 echo (c::$stat=300) + c::$stat;
/PHP-7.4/ext/pcre/tests/
H A Dpreg_grep_basic.phpt9 $array = array('HTTP://WWW.EXAMPLE.COM', '/index.html', '/info/stat/', 'http://test.uk.com/index/ht…
25 string(11) "/info/stat/"
43 string(11) "/info/stat/"
59 string(11) "/info/stat/"

Completed in 33 milliseconds

1234567