Method | Description | |
---|---|---|
checkAndLoad ( string $filename, boolean $syntaxCheck = FALSE ) : string | Checks if a PHP sourcefile is readable and is optionally checked for syntax errors through the syntaxCheck() method. The sourcefile is loaded through the load() method. | |
load ( string $filename ) : mixed | Loads a PHP sourcefile. |
Method | Description | |
---|---|---|
syntaxCheck ( string $filename ) | Uses a separate process to perform a syntax check on a PHP sourcefile. |
protected static syntaxCheck ( string $filename ) | ||
$filename | string |