Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/reflection/tests/
H A DReflectionProperty_basic1.phpt39 static public $stat = "static property";
45 reflectProperty("TestClass", "stat");
81 Reflecting on property TestClass::stat
84 string(33) "Property [ public static $stat ]
87 string(33) "Property [ public static $stat ]
90 Property [ public static $stat ]
94 string(4) "stat"
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 DReflectionMethod_basic2.phpt23 static function stat() {
24 echo "Called stat()\n";
43 reflectMethod("TestClass", "stat");
70 Reflecting on method TestClass::stat()
73 string(%d) "Method [ <user> static public method stat ] {
79 string(%d) "Method [ <user> static public method 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()
/PHP-7.2/ext/standard/tests/file/
H A Dstatcache-corruption.phpt5 $a = stat(__FILE__);
7 $b = stat(__FILE__);
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 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 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 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 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
14 Prototype: array stat ( string $filename );
50 echo "\n-- Testing stat() on link name stored inside an array --\n";
51 var_dump( stat($link_array[0]) ); // with default numeric index
52 var_dump( stat($link_array_with_key["linkname"]) ); // with string key
53 var_dump( stat($link_array_with_key['linkname']) );
122 -- Testing stat() on link name stored inside an array --
/PHP-7.2/ext/phar/tests/
H A Dstat2.phpt2 Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.2)
23 $b['foo/stat.php'] = '<?php
25 var_dump(is_link("./stat.php"),is_file("./stat.php"), is_link("./oops"), is_file("./oops"));
34 include "phar://" . __FILE__ . "/foo/stat.php";
H A Dstat2_5.3.phpt2 Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.3+)
23 $b['foo/stat.php'] = '<?php
25 var_dump(is_link("./stat.php"),is_file("./stat.php"), is_link("./oops"), is_file("./oops"));
34 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.2/ext/mysqli/tests/
H A Dbug55859.phpt2 Bug #55859 mysqli->stat property access gives error
15 var_dump(soundex(mysqli_stat($link)) === soundex($link->stat));
/PHP-7.2/ext/standard/tests/streams/
H A Dbug77765.phpt2 stat() on directory should return 40755 for ftp://
15 var_dump(stat($path)['mode']);
/PHP-7.2/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.2/tests/lang/
H A Dexecution_order.phpt152 static $stat = 20;
156 echo c::$stat + (c::$stat=200);
160 echo (c::$stat=300) + c::$stat;

Completed in 46 milliseconds

12345678