Differences
This shows you the differences between two versions of the page.
|
phantm:includes_resolutions [2010/05/04 15:25] ekneuss created |
phantm:includes_resolutions [2010/05/04 15:37] (current) ekneuss |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Includes Resolutions ===== | ===== Includes Resolutions ===== | ||
| - | ''phantm'' will automatically resolve some include expressions. It will only evaluate static expressions, along with some function calls such as ''dirname''. It will also resolve magic or statically defined constants. | + | //phantm// will automatically resolve some include expressions. It will only evaluate static expressions, along with some function calls such as ''dirname''. It will also resolve magic or statically defined constants. |
| - | For example, the following include calls will be resolved by ''phantm'': | + | For example, the following include calls will be resolved by //phantm//: |
| <file> | <file> | ||
| Line 21: | Line 21: | ||
| </file> | </file> | ||
| - | In order to analyze such code with ''phantm'', see [[phantm:runtime_instrumentation|Runtime Instrumentation]]. | + | In order to analyze such code with //phantm//, see [[phantm:runtime_instrumentation|Runtime Instrumentation]]. |