Home
last modified time | relevance | path

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

1234567

/PHP-7.0/ext/standard/tests/file/
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 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 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 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 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 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 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.0/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.0/ext/phar/tests/
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.0/ext/zip/lib/
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.0/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():
H A DReflectionProperty_getValue_error.phpt9 static public $stat = "static property";
31 $propInfo = new ReflectionProperty('TestClass', 'stat');
/PHP-7.0/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.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt56 'stat' => true,
116 "stat" => true,
211 assert(soundex(mysqli_stat($link)) == soundex($mysqli->stat));
212 printf("mysqli->stat = '%s'/%s ('%s'/%s)\n",
213 $mysqli->stat, gettype($mysqli->stat),
299 mysqli->stat = 'Uptime: %d Threads: %d Questions: %d Slow queries: %d Opens: %d Flush tables: …
/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_statement.c295 ISC_STATUS stat; in firebird_fetch_blob() local
299 for (cur_len = stat = 0; (!stat || stat == isc_segment) && cur_len < *len; cur_len += seg_len) { in firebird_fetch_blob()
304 stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, &(*ptr)[cur_len]); in firebird_fetch_blob()
309 if (H->isc_status[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { in firebird_fetch_blob()
/PHP-7.0/ext/zip/tests/
H A Dbug53603.phpt2 Bug #53603 (ZipArchive should quiet stat errors)
/PHP-7.0/ext/spl/tests/
H A DSplFileInfo_getPerms_error.phpt24 Fatal error: Uncaught RuntimeException: SplFileInfo::getPerms(): stat failed for %s in %s

Completed in 36 milliseconds

1234567