Home
last modified time | relevance | path

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

12345678

/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt56 'stat' => true,
116 "stat" => true,
211 assert(soundex(mysqli_stat($link)) == soundex($mysqli->stat));
212 printf("mysqli->stat = '%s'/%s ('%s'/%s)\n",
213 $mysqli->stat, gettype($mysqli->stat),
299 mysqli->stat = 'Uptime: %d Threads: %d Questions: %d Slow queries: %d Opens: %d Flush tables: …
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-7.1/ext/reflection/tests/
H A DReflectionProperty_getValue_error.phpt9 static public $stat = "static property";
31 $propInfo = new ReflectionProperty('TestClass', 'stat');
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c295 ISC_STATUS stat; in firebird_fetch_blob() local
299 for (cur_len = stat = 0; (!stat || stat == isc_segment) && cur_len < *len; cur_len += seg_len) { in firebird_fetch_blob()
304 stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, &(*ptr)[cur_len]); in firebird_fetch_blob()
309 if (H->isc_status[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { in firebird_fetch_blob()
/PHP-7.1/ext/zip/tests/
H A Dbug53603.phpt2 Bug #53603 (ZipArchive should quiet stat errors)
/PHP-7.1/ext/spl/tests/
H A DSplFileInfo_getPerms_error.phpt23 Fatal error: Uncaught RuntimeException: SplFileInfo::getPerms(): stat failed for %s in %s
H A DDirectoryIterator_getInode_error.phpt23 Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for %s in %s
H A DSplFileInfo_getInode_error.phpt23 Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for not_existing in %s
H A DSplFileInfo_getOwner_error.phpt23 Fatal error: Uncaught RuntimeException: SplFileInfo::getOwner(): stat failed for not_existing in %s
H A DSplFileInfo_getGroup_error.phpt23 Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dbug70903.phpt31 var_dump(count(stat("$d0\\ı.txt")) > 0);
/PHP-7.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 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.phpt46 Warning: filesize(): stat failed for %scopy_copy_variation12 in %scopy_variation12.php on line %d
/PHP-7.1/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.1/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.1/ext/phar/tests/
H A D021.phpt2 Phar: stream stat
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c969 struct stat stat[3]; in phpdbg_stdiop_write() local
970 memset(stat, 0, sizeof(stat)); in phpdbg_stdiop_write()
971 …if (((fstat(fileno(stderr), &stat[2]) < 0) & (fstat(fileno(stdout), &stat[0]) < 0)) | (fstat(data-… in phpdbg_stdiop_write()
975 if (stat[0].st_dev == stat[1].st_dev && stat[0].st_ino == stat[1].st_ino) { in phpdbg_stdiop_write()
979 if (stat[2].st_dev == stat[1].st_dev && stat[2].st_ino == stat[1].st_ino) { in phpdbg_stdiop_write()
/PHP-7.1/ext/standard/tests/streams/
H A Dbug40459.phpt65 stat('test://test');
/PHP-7.1/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 …]

Completed in 42 milliseconds

12345678