| 
 Posted by Manuel Lemos on 09/07/05 01:08 
Hello, 
 
on 09/04/2005 02:00 PM petermichaux@yahoo.com said the following: 
> Using PHP, tracking down a missing semicolon can take a while. I miss 
> the GNU C compiler:) I have read in places that php parsers do exist 
> eventhough most people do not use them. Maybe even a php IDE exists out 
> there somewhere? Can anyone give me any pointers to good php parsers or 
> IDE's? If possible open source would be my choice. 
 
You can use the PHP tokenizer extension available since PHP 4.3.0 . 
 
http://www.php.net/tokenizer 
 
--  
 
Regards, 
Manuel Lemos 
 
PHP Classes - Free ready to use OOP components written in PHP 
http://www.phpclasses.org/ 
 
PHP Reviews - Reviews of PHP books and other products 
http://www.phpclasses.org/reviews/ 
 
Metastorage - Data object relational mapping layer generator 
http://www.meta-language.net/metastorage.html
 
[Back to original message] 
 |