| 15 | | compiled_php -> cached_php [label="content", color="blue"]; |
| 16 | | inode -> phphashid -> entry -> cached_php [label="key", color="green"]; |
| 17 | | md5 -> entry [label="content", color="blue"] |
| 18 | | basename -> phphashid [label="no inode", style="dotted"]; |
| 19 | | basename -> cacheslotid [label="multi slot"]; |
| 20 | | |
| 21 | | node [color=red, fontcolor=red]; |
| 22 | | md5key -> md5hashid; |
| 23 | | |
| 24 | | phphashid -> cached; |
| 25 | | md5key -> cached; |
| 26 | | cachedmd5info -> cached; |
| 27 | | cachedphp -> cached; |
| 28 | | |
| 29 | | phphashid -> cachedphp; |
| 30 | | opened_path -> cachedphp; |
| 31 | | opened_path -> restoredphp; |
| 32 | | phphashid -> restoredphp; |
| | 15 | compiled_php -> cached_php [label=content, color=blue]; |
| | 16 | inode -> phphashid -> entry -> cached_php [label=key, color=green]; |
| | 17 | md5 -> entry [label=content, color=blue] |
| | 18 | basename -> phphashid [label="no inode", style=dotted]; |
| | 19 | basename -> cacheslotid [label="multi slot", style=dotted]; |
| | 20 | cacheslotid_0 [label=0]; |
| | 21 | cacheslotid_0 -> cacheslotid [label="single slot"]; |
| | 22 | cacheslotid -> entry; |
| | 23 | opened_path -> compiled_php [label="restore __FILE__ __DIR__", color=purple] |