Procedural File: PHPCodeAnalyzer.php
Source Location: /PHPCodeAnalyzer.php
Classes:
PHPCodeAnalyzer
Code Analysis class
Page Details:
A class for performing code analysis for php scripts It is designed to be the heart of a code limiting script to use with Savant http://phpsavant.com
This code should be php4 compatiable but i've only run it in php5 and some of the Tokenizer constants have changed
Tags:
T_DOC_COMMENT [line 35]
T_ML_COMMENT [line 33]
T_OLD_FUNCTION [line 30]
|