Home
last modified time | relevance | path

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

123456789

/PHP-5.5/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 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 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 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-5.5/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-5.5/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-5.5/ext/interbase/
H A Dibase_blobs.c100 ISC_STATUS stat; in _php_ibase_blob_get() local
107 …for (cur_len = stat = 0; (stat == 0 || stat == isc_segment) && cur_len < max_len; cur_len += seg_l… in _php_ibase_blob_get()
112 stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &bl_data[cur_len]); in _php_ibase_blob_get()
116 if (IB_STATUS[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { in _php_ibase_blob_get()
/PHP-5.5/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-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) in file_fsmagic()
117 memcpy(sb, &ssb.sb, sizeof(struct stat)); in file_fsmagic()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c268 ISC_STATUS stat; in firebird_fetch_blob() local
272 for (cur_len = stat = 0; (!stat || stat == isc_segment) && cur_len < *len; cur_len += seg_len) { in firebird_fetch_blob()
277 stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, &(*ptr)[cur_len]); in firebird_fetch_blob()
282 if (H->isc_status[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { in firebird_fetch_blob()
/PHP-5.5/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-5.5/sapi/apache2filter/
H A Dphp_apache.h44 struct stat finfo;
/PHP-5.5/main/
H A DSAPI.h124 struct stat global_stat;
200 SAPI_API struct stat *sapi_get_stat(TSRMLS_D);
229 struct stat *(*get_stat)(TSRMLS_D);

Completed in 64 milliseconds

123456789