Home
last modified time | relevance | path

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

1234567

/PHP-8.3/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.3/ext/zip/tests/
H A Dbug53603.phpt2 Bug #53603 (ZipArchive should quiet stat errors)
/PHP-8.3/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.3/ext/pdo_firebird/
H A Dfirebird_statement.c346 ISC_STATUS stat; in firebird_fetch_blob() local
357 for (cur_len = stat = 0; (!stat || stat == isc_segment) && cur_len < len; cur_len += seg_len) { in firebird_fetch_blob()
362 stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, ZSTR_VAL(str) + cur_len); in firebird_fetch_blob()
368 if (H->isc_status[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { in firebird_fetch_blob()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c861 struct stat stat[3]; in phpdbg_stdiop_write() local
862 memset(stat, 0, sizeof(stat)); in phpdbg_stdiop_write()
863 int stat_stderr = fstat(fileno(stderr), &stat[2]); in phpdbg_stdiop_write()
864 int stat_stdout = fstat(fileno(stdout), &stat[0]); in phpdbg_stdiop_write()
865 int stat_datafd = fstat(data->fd, &stat[1]); in phpdbg_stdiop_write()
870 if (stat[0].st_dev == stat[1].st_dev && stat[0].st_ino == stat[1].st_ino) { in phpdbg_stdiop_write()
874 if (stat[2].st_dev == stat[1].st_dev && stat[2].st_ino == stat[1].st_ino) { in phpdbg_stdiop_write()
/PHP-8.3/ext/reflection/tests/
H A DReflectionProperty_setValue_error.phpt9 static public $stat = "static property";
/PHP-8.3/ext/standard/tests/file/
H A D006_error.phpt27 Warning: fileperms(): stat failed for %s/no/such/file/dir in %s on line %d
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 Dlstat_stat_variation3.phpt2 Test lstat() and stat() functions: usage variations - effects of rename() on link
/PHP-8.3/ext/standard/tests/image/
H A Dbug75708.phpt28 return stat(str_replace('fs://', '', $file));
/PHP-8.3/sapi/phpdbg/tests/
H A Dgh12675.phpt19 prompt> [Cannot stat nonexistent.php, ensure the file exists]
/PHP-8.3/ext/phar/tests/
H A D021.phpt2 Phar: stream stat
/PHP-8.3/ext/fileinfo/libmagic/
H A Dis_csv.c178 struct stat st; in main()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch357 - struct stat st;
562 - struct stat st;
928 #include <sys/stat.h>
1332 #include <sys/stat.h>
1427 #include <sys/stat.h>
1444 - struct stat st;
1627 - struct stat tstatbuf;
1805 - * that we can't stat their readlink output, so stat the
2207 - const struct stat *);
2322 - struct stat st;
[all …]
/PHP-8.3/ext/standard/tests/streams/
H A Dbug40459.phpt66 stat('test://test');
/PHP-8.3/ext/openssl/tests/
H A Dopenssl_cms_sign_basic.phpt22 $s = stat($outfile);
/PHP-8.3/ext/random/
H A Dcsprng.c150 struct stat st; in php_random_bytes()

Completed in 43 milliseconds

1234567