php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_virtual_cwd.h>
Data Fields | |
zend_ulong | key |
char * | path |
char * | realpath |
struct _realpath_cache_bucket * | next |
time_t | expires |
uint16_t | path_len |
uint16_t | realpath_len |
uint8_t | is_dir:1 |
Definition at line 221 of file zend_virtual_cwd.h.
time_t _realpath_cache_bucket::expires |
Definition at line 226 of file zend_virtual_cwd.h.
uint8_t _realpath_cache_bucket::is_dir |
Definition at line 229 of file zend_virtual_cwd.h.
zend_ulong _realpath_cache_bucket::key |
Definition at line 222 of file zend_virtual_cwd.h.
struct _realpath_cache_bucket* _realpath_cache_bucket::next |
Definition at line 225 of file zend_virtual_cwd.h.
char* _realpath_cache_bucket::path |
Definition at line 223 of file zend_virtual_cwd.h.
uint16_t _realpath_cache_bucket::path_len |
Definition at line 227 of file zend_virtual_cwd.h.
char* _realpath_cache_bucket::realpath |
Definition at line 224 of file zend_virtual_cwd.h.
uint16_t _realpath_cache_bucket::realpath_len |
Definition at line 228 of file zend_virtual_cwd.h.