Home
last modified time | relevance | path

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

1234567

/PHP-7.0/ext/spl/tests/
H A DDirectoryIterator_getInode_error.phpt24 Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for %s in %s
H A DSplFileInfo_getGroup_error.phpt24 Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
H A DSplFileInfo_getInode_error.phpt24 Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for not_existing in %s
H A DSplFileInfo_getOwner_error.phpt24 Fatal error: Uncaught RuntimeException: SplFileInfo::getOwner(): stat failed for not_existing in %s
/PHP-7.0/ext/mcrypt/tests/
H A Dblowfish.phpt14 print "key plain crypt guess stat\n";
56 key plain crypt guess stat
/PHP-7.0/ext/zip/lib/
H A Dzip_source_filep.c155 struct stat sb; in _zip_source_file_or_p()
157 if (stat(ctx->fname, &sb) < 0 || S_ISREG(sb.st_mode)) { in _zip_source_file_or_p()
412 struct stat fst; in read_file()
418 err = stat(ctx->fname, &fst); in read_file()
/PHP-7.0/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
H A D006_error.phpt82 Warning: fileperms(): stat failed for /no/such/file/dir in %s on line %d
/PHP-7.0/ext/fileinfo/libmagic/
H A Dmagic.c105 struct stat st;
116 if (stat(hmagicpath, &st) == -1) {
120 if (stat(hmagicpath, &st) == -1)
H A Dfsmagic.c120 memcpy(sb, &ssb.sb, sizeof(struct stat)); in file_fsmagic()
/PHP-7.0/ext/phar/tests/
H A D021.phpt2 Phar: stream stat
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c936 struct stat stat[3]; in phpdbg_stdiop_write() local
937 memset(stat, 0, sizeof(stat)); in phpdbg_stdiop_write()
938 …if (((fstat(fileno(stderr), &stat[2]) < 0) & (fstat(fileno(stdout), &stat[0]) < 0)) | (fstat(data-… in phpdbg_stdiop_write()
942 if (stat[0].st_dev == stat[1].st_dev && stat[0].st_ino == stat[1].st_ino) { in phpdbg_stdiop_write()
946 if (stat[2].st_dev == stat[1].st_dev && stat[2].st_ino == stat[1].st_ino) { in phpdbg_stdiop_write()
/PHP-7.0/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"]=>
H A Dmysqli_insert_id_variation.phpt41 $link->stat();
/PHP-7.0/ext/standard/tests/streams/
H A Dbug40459.phpt65 stat('test://test');
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch460 - struct stat st;
651 - struct stat st;
1499 -struct stat;
1703 - struct stat tstatbuf;
1906 - if (stat(buf, &tstatbuf) < 0)
1938 - if (stat(tmp, &tstatbuf) < 0)
2439 - const struct stat *);
2464 struct stat st;
2474 + if (stat(hmagicpath, &st) == -1)
2553 - const struct stat *sb)
[all …]
/PHP-7.0/ext/opcache/
H A Dconfig.m4158 #include <sys/stat.h>
213 #include <sys/stat.h>
282 #include <sys/stat.h>
/PHP-7.0/ext/standard/
H A Drandom.c136 struct stat st; in php_random_bytes()
/PHP-7.0/ext/dba/
H A Ddba_db2.c53 struct stat check_stat; in DBA_OPEN_FUNC()
/PHP-7.0/
H A DUPGRADING.INTERNALS63 zend_stat_t - portable 'struct stat' analogue
66 usage of the functions like fseek, stat, etc. as well as direct usage of
67 off_t and struct stat is strongly not recommended. Instead the portable
74 zend_stat - portable stat equivalent
102 stat, _stat64 zend_stat for use with zend_stat_t

Completed in 67 milliseconds

1234567