Home
last modified time | relevance | path

Searched refs:stat (Results 101 – 125 of 201) sorted by relevance

123456789

/PHP-5.5/ext/zip/tests/
H A Dbug53603.phpt2 Bug #53603 (ZipArchive should quiet stat errors)
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h43 struct stat finfo;
/PHP-5.5/ext/mcrypt/tests/
H A Dblowfish.phpt14 print "key plain crypt guess stat\n";
56 key plain crypt guess stat
/PHP-5.5/ext/session/
H A Dmod_files.c124 struct stat sbuf; in ps_files_open()
191 struct stat sbuf; in ps_files_cleanup_dir()
242 struct stat sbuf; in ps_files_key_exists()
341 struct stat sbuf; in PS_READ_FUNC()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h133 CWD_API int php_sys_stat_ex(const char *path, struct stat *buf, int lstat);
138 # define php_sys_stat stat
165 CWD_API int virtual_stat(const char *path, struct stat *buf TSRMLS_DC);
166 CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC);
/PHP-5.5/ext/spl/tests/
H A DDirectoryIterator_getInode_error.phpt24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getInode(): stat fail…
H A DSplFileInfo_getGroup_error.phpt24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getGroup(): stat fail…
H A DSplFileInfo_getInode_error.phpt24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getInode(): stat fail…
H A DSplFileInfo_getOwner_error.phpt24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getOwner(): stat fail…
H A DSplFileInfo_getPerms_error.phpt24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getPerms(): stat fail…
/PHP-5.5/ext/zip/lib/
H A Dzip_source_filep.c197 struct stat fst; in read_file()
203 err = stat(z->fname, &fst); in read_file()
/PHP-5.5/ext/standard/tests/file/
H A D005_error.phpt63 Warning: fileatime(): stat failed for /no/such/file/or/dir in %s on line %d
66 Warning: filemtime(): stat failed for /no/such/file/or/dir in %s on line %d
69 Warning: filectime(): stat failed for /no/such/file/or/dir in %s on line %d
H A D001-win32.phpt37 $s = stat ('test.file');
41 echo "test.file lstat and stat differ at element $i\n";
H A Drename_variation9.phpt30 $s1 = stat($src_name);
H A Dcopy_variation12.phpt49 Warning: filesize(): stat failed for %scopy_copy_variation12 in %scopy_variation12.php on line %d
/PHP-5.5/ext/standard/
H A Dpageinfo.c62 struct stat *pstat; in php_statpage()
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c36 struct stat sb;
243 struct stat sb; in php_doit()
/PHP-5.5/ext/phar/tests/
H A D021.phpt2 Phar: stream stat
/PHP-5.5/ext/mysqli/tests/
H A Dbug34810.phpt95 [%u|b%"stat"]=>
135 [%u|b%"stat"]=>
H A Dmysqli_class_mysqli_properties_no_conn.phpt163 stat = 'NULL'
182 stat = 'NULL'
236 stat = 'NULL'
255 stat = 'NULL'
H A Dmysqli_kill.phpt47 if ($link->stat != NULL) {
126 [%u|b%"stat"]=>
/PHP-5.5/win32/
H A Dglob.c149 static int g_lstat(Char *, struct stat *, glob_t *);
152 static int g_stat(Char *, struct stat *, glob_t *);
564 struct stat sb;
861 struct stat *sb;
876 struct stat *sb;
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch378 struct stat st;
564 - struct stat st;
1375 #include <sys/stat.h>
1604 - struct stat tstatbuf;
1803 - if (stat(buf, &tstatbuf) < 0)
1835 - if (stat(tmp, &tstatbuf) < 0)
2262 const struct stat *);
2286 struct stat st;
2296 + if (stat(hmagicpath, &st) == -1)
2366 const struct stat *sb)
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dbug40459.phpt63 stat('test://test');
/PHP-5.5/ext/opcache/
H A Dconfig.m4141 #include <sys/stat.h>
196 #include <sys/stat.h>
265 #include <sys/stat.h>

Completed in 46 milliseconds

123456789