Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dbug74923.phpt19 var_dump($s, @stat($s));
H A Dbug70903.phpt31 var_dump(count(stat("$d0\\ı.txt")) > 0);
/PHP-8.1/ext/spl/tests/
H A DSplFileInfo_getPerms_error.phpt19 Fatal error: Uncaught RuntimeException: SplFileInfo::getPerms(): stat failed for %s in %s
H A DSplFileInfo_getGroup_error.phpt19 Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
H A DSplFileInfo_getInode_error.phpt19 Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for not_existing in %s
H A DSplFileInfo_getOwner_error.phpt19 Fatal error: Uncaught RuntimeException: SplFileInfo::getOwner(): stat failed for not_existing in %s
H A DDirectoryIterator_getInode_error.phpt23 Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for %s in %s
/PHP-8.1/ext/zip/tests/
H A Dbug53603.phpt2 Bug #53603 (ZipArchive should quiet stat errors)
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c338 ISC_STATUS stat; in firebird_fetch_blob() local
349 for (cur_len = stat = 0; (!stat || stat == isc_segment) && cur_len < len; cur_len += seg_len) { in firebird_fetch_blob()
354 stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, ZSTR_VAL(str) + cur_len); in firebird_fetch_blob()
360 if (H->isc_status[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { in firebird_fetch_blob()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c859 struct stat stat[3]; in phpdbg_stdiop_write() local
860 memset(stat, 0, sizeof(stat)); in phpdbg_stdiop_write()
861 …if (((fstat(fileno(stderr), &stat[2]) < 0) && (fstat(fileno(stdout), &stat[0]) < 0)) || (fstat(dat… in phpdbg_stdiop_write()
865 if (stat[0].st_dev == stat[1].st_dev && stat[0].st_ino == stat[1].st_ino) { in phpdbg_stdiop_write()
869 if (stat[2].st_dev == stat[1].st_dev && stat[2].st_ino == stat[1].st_ino) { in phpdbg_stdiop_write()
/PHP-8.1/ext/reflection/tests/
H A DReflectionProperty_setValue_error.phpt9 static public $stat = "static property";
/PHP-8.1/ext/standard/tests/image/
H A Dbug75708.phpt24 return stat(str_replace('fs://', '', $file));
/PHP-8.1/ext/standard/tests/file/
H A D001-win32-mb.phpt40 $s = stat ($fname);
44 echo "$fname lstat and stat differ at element $i\n";
H A Drename_variation9.phpt26 $s1 = stat($src_name);
H A D001-win32.phpt37 $s = stat ('test.file');
41 echo "test.file lstat and stat differ at element $i\n";
H A Dcopy_variation12.phpt41 Warning: filesize(): stat failed for %scopy_copy_variation12 in %scopy_variation12.php on line %d
H A D006_error.phpt50 Warning: fileperms(): stat failed for /no/such/file/dir in %s on line %d
H A Dlstat_stat_variation3.phpt2 Test lstat() and stat() functions: usage variations - effects of rename() on link
/PHP-8.1/sapi/phpdbg/tests/
H A Dgh12675.phpt19 prompt> [Cannot stat nonexistent.php, ensure the file exists]
/PHP-8.1/ext/phar/tests/
H A D021.phpt2 Phar: stream stat
/PHP-8.1/ext/fileinfo/libmagic/
H A Dis_csv.c178 struct stat st; in main()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch412 - struct stat st;
627 - struct stat st;
973 #include <sys/stat.h>
1443 #include <sys/stat.h>
1558 #include <sys/stat.h>
1591 - struct stat st;
1825 - struct stat tstatbuf;
2003 - * that we can't stat their readlink output, so stat the
2430 - const struct stat *);
2543 - struct stat st;
[all …]
/PHP-8.1/ext/standard/tests/streams/
H A Dbug40459.phpt65 stat('test://test');
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_cms_sign_basic.phpt22 $s = stat($outfile);
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c111 struct stat st; in create_tempfile()
130 if ((stat(dir, &st) == 0) && S_ISDIR(st.st_mode)) in create_tempfile()

Completed in 49 milliseconds

1234567