Table of contents
- Unique Data Source - parsing only one file or string
- Multiple Data Source - parsing a directory, some files, or an array of files and strings
- Conditional Code Analysis - ignore optional code
- Unique Data Source
- How to parse a unique file
to find out the minimum version and extensions required for it to run,
and display results with the default renderer (Array)
- How to parse a chunk of code (string)
and display results with the CSV renderer
- Multiple Data Source
- How to parse two different data sources
with the same parser instance.
All files into a directory and a file outside this directory
- Conditional Code Analysis
- How to ignore PHP5 optional code from files list
and found minimum PHP4 version.