Searched refs:stat (Results 101 – 125 of 172) sorted by relevance
1234567
/PHP-8.1/ext/standard/tests/file/windows_mb_path/ |
H A D | bug74923.phpt | 19 var_dump($s, @stat($s));
|
H A D | bug70903.phpt | 31 var_dump(count(stat("$d0\\ı.txt")) > 0);
|
/PHP-8.1/ext/spl/tests/ |
H A D | SplFileInfo_getPerms_error.phpt | 19 Fatal error: Uncaught RuntimeException: SplFileInfo::getPerms(): stat failed for %s in %s
|
H A D | SplFileInfo_getGroup_error.phpt | 19 Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
|
H A D | SplFileInfo_getInode_error.phpt | 19 Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for not_existing in %s
|
H A D | SplFileInfo_getOwner_error.phpt | 19 Fatal error: Uncaught RuntimeException: SplFileInfo::getOwner(): stat failed for not_existing in %s
|
H A D | DirectoryIterator_getInode_error.phpt | 23 Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for %s in %s
|
/PHP-8.1/ext/zip/tests/ |
H A D | bug53603.phpt | 2 Bug #53603 (ZipArchive should quiet stat errors)
|
/PHP-8.1/ext/pdo_firebird/ |
H A D | firebird_statement.c | 338 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 D | phpdbg.c | 859 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 D | ReflectionProperty_setValue_error.phpt | 9 static public $stat = "static property";
|
/PHP-8.1/ext/standard/tests/image/ |
H A D | bug75708.phpt | 24 return stat(str_replace('fs://', '', $file));
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | 001-win32-mb.phpt | 40 $s = stat ($fname); 44 echo "$fname lstat and stat differ at element $i\n";
|
H A D | rename_variation9.phpt | 26 $s1 = stat($src_name);
|
H A D | 001-win32.phpt | 37 $s = stat ('test.file'); 41 echo "test.file lstat and stat differ at element $i\n";
|
H A D | copy_variation12.phpt | 41 Warning: filesize(): stat failed for %scopy_copy_variation12 in %scopy_variation12.php on line %d
|
H A D | 006_error.phpt | 50 Warning: fileperms(): stat failed for /no/such/file/dir in %s on line %d
|
H A D | lstat_stat_variation3.phpt | 2 Test lstat() and stat() functions: usage variations - effects of rename() on link
|
/PHP-8.1/sapi/phpdbg/tests/ |
H A D | gh12675.phpt | 19 prompt> [Cannot stat nonexistent.php, ensure the file exists]
|
/PHP-8.1/ext/phar/tests/ |
H A D | 021.phpt | 2 Phar: stream stat
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | is_csv.c | 178 struct stat st; in main()
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 412 - 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 D | bug40459.phpt | 65 stat('test://test');
|
/PHP-8.1/ext/openssl/tests/ |
H A D | openssl_cms_sign_basic.phpt | 22 $s = stat($outfile);
|
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitProtExecAllocator.c | 111 struct stat st; in create_tempfile() 130 if ((stat(dir, &st) == 0) && S_ISDIR(st.st_mode)) in create_tempfile()
|
Completed in 44 milliseconds
1234567