Searched refs:inode (Results 1 – 18 of 18) sorted by relevance
/PHP-5.3/ext/standard/tests/file/ |
H A D | fileinode_basic.phpt | 7 Description: Returns the inode number of the file, or FALSE in case of an error. 12 /* Getting inode of created file */ 14 fopen("$file_path/inode.tmp", "w"); 15 print( fileinode("$file_path/inode.tmp") )."\n"; 17 /* Getting inode of current file */ 20 /* Getting inode of directories */ 27 unlink (dirname(__FILE__)."/inode.tmp");
|
H A D | tempnam_variation1.phpt | 35 echo "File inode is => "; 69 File inode is => %d 74 File inode is => %d 79 File inode is => %d 84 File inode is => %d 89 File inode is => %d 94 File inode is => %d 99 File inode is => %d 104 File inode is => %d 109 File inode is => %d [all …]
|
H A D | 005_variation.phpt | 43 echo "-- inode change time is => "; 188 -- inode change time is => %d:%s:%s:%d:%d:%d 191 -- inode change time is => %d:%s:%s:%d:%d:%d 194 -- inode change time is => %d:%s:%s:%d:%d:%d 199 -- inode change time is => %d:%s:%s:%d:%d:%d 204 -- inode change time is => %d:%s:%s:%d:%d:%d 209 -- inode change time is => %d:%s:%s:%d:%d:%d 214 -- inode change time is => %d:%s:%s:%d:%d:%d 219 -- inode change time is => %d:%s:%s:%d:%d:%d 224 -- inode change time is => %d:%s:%s:%d:%d:%d [all …]
|
H A D | 005_variation-win32.phpt | 40 echo "-- inode change time is => "; 159 -- inode change time is => %d:%s:%s:%d:%d:%d 162 -- inode change time is => %d:%s:%s:%d:%d:%d 165 -- inode change time is => %d:%s:%s:%d:%d:%d 170 -- inode change time is => %d:%s:%s:%d:%d:%d 175 -- inode change time is => %d:%s:%s:%d:%d:%d 180 -- inode change time is => %d:%s:%s:%d:%d:%d 185 -- inode change time is => %d:%s:%s:%d:%d:%d 190 -- inode change time is => %d:%s:%s:%d:%d:%d 195 -- inode change time is => %d:%s:%s:%d:%d:%d [all …]
|
H A D | 005_variation2.phpt | 43 echo "-- inode change time is => "; 96 -- inode change time is => 101 -- inode change time is => 106 -- inode change time is => 111 -- inode change time is => %d 116 -- inode change time is => %d
|
H A D | 005_variation2-win32.phpt | 43 echo "-- inode change time is => "; 76 -- inode change time is => 81 -- inode change time is => 86 -- inode change time is => 95 -- inode change time is => 106 -- inode change time is =>
|
H A D | fileinode_error.phpt | 7 Description: Returns the inode number of the file, or FALSE in case of an error.
|
H A D | fileinode_variation1.phpt | 14 Description: Returns the inode number of the file, or FALSE in case of an error.
|
H A D | fileinode_variation2.phpt | 9 Description: Returns the inode number of the file, or FALSE in case of an error.
|
H A D | fileinode_variation3.phpt | 9 Description: Returns the inode number of the file, or FALSE in case of an error.
|
H A D | fileinode_variation.phpt | 13 Description: Returns the inode number of the file, or FALSE in case of an error.
|
/PHP-5.3/ext/phar/ |
H A D | phar_internal.h | 284 unsigned short inode; member 625 entry->inode = (unsigned short)zend_get_hash_value(tmp, tmp_len); in phar_set_inode()
|
H A D | func_interceptors.c | 792 sb.st_ino = data->inode; in phar_file_stat()
|
H A D | stream.c | 537 ssb->sb.st_ino = data->inode; in phar_dostat()
|
/PHP-5.3/sapi/apache2handler/ |
H A D | sapi_apache2.c | 223 ctx->finfo.st_ino = ctx->r->finfo.inode; in php_apache_sapi_get_stat()
|
/PHP-5.3/sapi/apache2filter/ |
H A D | sapi_apache2.c | 184 ctx->finfo.st_ino = ctx->r->finfo.inode; in php_apache_sapi_get_stat()
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 1338 - file_printf(ms, "inode/symlink")
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 6755 >24 ulequad >0 \b inode table at %lld,
|
Completed in 72 milliseconds