Hi Fabrizio and others,
I loaded the Petit PHP parser. Now I want to use it but I see no clues. Do anyone has an example how to parse PHP code like this:

class myClass
{
  public $abc;
  public function test() {
    include "abc.php"; }
}


Cheers,

Hernán