| 16 | | compiled_php -> cached_php [label=content, color=blue]; |
| 17 | | inode -> phphashid -> entry -> cached_php [label=key, color=green]; |
| 18 | | md5 -> cached_php [label=content, color=blue] |
| 19 | | basename -> phphashid [label="no inode", style=dotted]; |
| 20 | | basename -> cacheslotid [label="multi slot", style=dotted]; |
| 21 | | cacheslotid_0 [label=0]; |
| 22 | | cacheslotid_0 -> cacheslotid [label="single slot"]; |
| 23 | | cacheslotid -> entry; |
| 24 | | opened_path -> compiled_php [label="restore __FILE__ __DIR__", color=purple] |
| | 11 | zend_compile_file -> relativepath; |
| | 12 | relativepath -> stat; |
| | 13 | stat -> opened_path; |
| | 14 | stat -> inode; |
| | 15 | relativepath -> old_zend_compile_file -> opened_path; |
| | 16 | relativepath -> basename; |
| | 17 | relativepath -> opened_path [style=dotted]; |
| | 18 | relativepath -> md5 [label=read]; |
| | 19 | old_zend_compile_file -> compiled_php; |
| | 20 | compiled_php -> cached_php [label=content, color=blue]; |
| | 21 | inode -> phphashid -> entry -> cached_php [label=key, color=green]; |
| | 22 | md5 -> cached_php [label=content, color=blue] |
| | 23 | basename -> phphashid [label="no inode", style=dotted]; |
| | 24 | basename -> cacheslotid [label="multi slot", style=dotted]; |
| | 25 | cacheslotid_0 [label=0]; |
| | 26 | cacheslotid_0 -> cacheslotid [label="single slot"]; |
| | 27 | cacheslotid -> entry; |
| | 28 | opened_path -> compiled_php [label="restore __FILE__ __DIR__", color=purple] |