Searched refs:inode (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/standard/tests/file/ |
H A D | fileinode_basic.phpt | 7 /* Getting inode of created file */ 9 fopen("$file_path/inode.tmp", "w"); 10 print( fileinode("$file_path/inode.tmp") )."\n"; 12 /* Getting inode of current file */ 15 /* Getting inode of directories */ 22 unlink (__DIR__."/inode.tmp");
|
H A D | tempnam_variation1.phpt | 31 echo "File inode is => "; 65 File inode is => %i 70 File inode is => %i 75 File inode is => %i 80 File inode is => %i 85 File inode is => %i 90 File inode is => %i 95 File inode is => %i 100 File inode is => %i 105 File inode is => %i [all …]
|
H A D | 005_variation2.phpt | 22 echo "-- inode change time is => "; 75 -- inode change time is => 80 -- inode change time is => 85 -- inode change time is => %d 90 -- inode change time is => %d
|
H A D | 005_variation-win32.phpt | 20 echo "-- inode change time is => "; 150 -- inode change time is => %d:%s:%s:%d:%d:%d 153 -- inode change time is => %d:%s:%s:%d:%d:%d 156 -- inode change time is => %d:%s:%s:%d:%d:%d 161 -- inode change time is => %d:%s:%s:%d:%d:%d 166 -- inode change time is => %d:%s:%s:%d:%d:%d 171 -- inode change time is => %d:%s:%s:%d:%d:%d 176 -- inode change time is => %d:%s:%s:%d:%d:%d 181 -- inode change time is => %d:%s:%s:%d:%d:%d 186 -- inode change time is => %d:%s:%s:%d:%d:%d [all …]
|
H A D | 005_variation2-win32.phpt | 22 echo "-- inode change time is => "; 53 -- inode change time is => 58 -- inode change time is => 67 -- inode change time is => 78 -- inode change time is =>
|
/PHP-8.2/ext/phar/ |
H A D | phar_internal.h | 259 unsigned short inode; member 521 entry->inode = (unsigned short) zend_hash_func(tmp, tmp_len); in phar_set_inode()
|
H A D | stream.c | 532 ssb->sb.st_ino = data->inode; in phar_dostat()
|
H A D | func_interceptors.c | 747 sb.st_ino = data->inode; in phar_file_stat()
|
/PHP-8.2/sapi/apache2handler/ |
H A D | sapi_apache2.c | 228 ctx->finfo.st_ino = ctx->r->finfo.inode; in php_apache_sapi_get_stat()
|
/PHP-8.2/ext/opcache/ |
H A D | ZendAccelerator.c | 3044 long unsigned int start, end, offset, inode; in accel_move_code_to_huge_pages() local 3049 ret = fscanf(f, "%lx-%lx %4s %lx %9s %lu %s\n", &start, &end, perm, &offset, dev, &inode, name); in accel_move_code_to_huge_pages()
|
/PHP-8.2/ext/fileinfo/ |
H A D | libmagic.patch | 1818 - file_printf(ms, "inode/symlink")
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 13481 >24 ulequad >0 \b inode table at %lld, 13532 >52 lelong x \b inode file disk address 0x%x, 13533 >56 lelong x \b inode file inode number %u,
|
H A D | magic私はガラスを食べられます | 13481 >24 ulequad >0 \b inode table at %lld, 13532 >52 lelong x \b inode file disk address 0x%x, 13533 >56 lelong x \b inode file inode number %u,
|
Completed in 146 milliseconds