php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_virtual_cwd.h>
Data Fields | |
cwd_state | cwd |
zend_long | realpath_cache_size |
zend_long | realpath_cache_size_limit |
zend_long | realpath_cache_ttl |
realpath_cache_bucket * | realpath_cache [1024] |
Definition at line 238 of file zend_virtual_cwd.h.
cwd_state _virtual_cwd_globals::cwd |
Definition at line 239 of file zend_virtual_cwd.h.
realpath_cache_bucket* _virtual_cwd_globals::realpath_cache[1024] |
Definition at line 243 of file zend_virtual_cwd.h.
zend_long _virtual_cwd_globals::realpath_cache_size |
Definition at line 240 of file zend_virtual_cwd.h.
zend_long _virtual_cwd_globals::realpath_cache_size_limit |
Definition at line 241 of file zend_virtual_cwd.h.
zend_long _virtual_cwd_globals::realpath_cache_ttl |
Definition at line 242 of file zend_virtual_cwd.h.