| 6 | | zend_compile_file -> opened_path; |
| 7 | | zend_compile_file -> relativepath; |
| 8 | | relativepath -> stat; |
| 9 | | stat -> opened_path; |
| 10 | | stat -> inode; |
| 11 | | relativepath -> old_zend_compile_file -> opened_path; |
| 12 | | inode -> phphashid [label="inode"]; |
| 13 | | basename -> phphashid [label="no inode"]; |
| 14 | | relativepath -> md5key; |
| 15 | | md5key -> md5hashid; |
| | 6 | zend_compile_file -> relativepath; |
| | 7 | relativepath -> stat; |
| | 8 | stat -> opened_path; |
| | 9 | stat -> inode; |
| | 10 | relativepath -> old_zend_compile_file -> opened_path; |
| | 11 | relativepath -> basename; |
| | 12 | relativepath -> md5 [label="read"]; |
| | 13 | old_zend_compile_file -> compiled_php; |
| 17 | | phphashid -> cachehashid [label="single slot"]; |
| 18 | | basename -> cachehashid [label="multi slot"]; |
| | 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"]; |