Home
last modified time | relevance | path

Searched refs:inode (Results 1 – 18 of 18) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Dfileinode_basic.phpt7 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 Dtempnam_variation1.phpt35 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 D005_variation.phpt43 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 D005_variation-win32.phpt40 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 D005_variation2.phpt43 echo "-- inode change time is => ";
90 -- inode change time is =>
95 -- inode change time is =>
100 -- inode change time is =>
105 -- inode change time is => %d
110 -- inode change time is => %d
H A D005_variation2-win32.phpt43 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 Dfileinode_error.phpt7 Description: Returns the inode number of the file, or FALSE in case of an error.
H A Dfileinode_variation1.phpt14 Description: Returns the inode number of the file, or FALSE in case of an error.
H A Dfileinode_variation2.phpt9 Description: Returns the inode number of the file, or FALSE in case of an error.
H A Dfileinode_variation3.phpt9 Description: Returns the inode number of the file, or FALSE in case of an error.
H A Dfileinode_variation.phpt13 Description: Returns the inode number of the file, or FALSE in case of an error.
/PHP-5.5/ext/phar/
H A Dphar_internal.h286 unsigned short inode; member
574 entry->inode = (unsigned short)zend_get_hash_value(tmp, tmp_len); in phar_set_inode()
H A Dfunc_interceptors.c792 sb.st_ino = data->inode; in phar_file_stat()
H A Dstream.c537 ssb->sb.st_ino = data->inode; in phar_dostat()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c223 ctx->finfo.st_ino = ctx->r->finfo.inode; in php_apache_sapi_get_stat()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c184 ctx->finfo.st_ino = ctx->r->finfo.inode; in php_apache_sapi_get_stat()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1560 - file_printf(ms, "inode/symlink")
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic7709 >24 ulequad >0 \b inode table at %lld,
7760 >52 lelong x \b inode file disk address 0x%x,
7761 >56 lelong x \b inode file inode number %u,

Completed in 83 milliseconds