root/test/manual/etags/php-src/ptest.php

/* [<][>][^][v][top][bottom][index][help] */
     1 define("TEST", 0);
     2 
     3 class
     4 test 
     5 extends base
     6 {
     7         // use --member to tag
     8         var $member;
     9         var $memassign="hallo";
    10         var $memassign_space ="hallo";
    11         // Syntactical wrong, but tagged
    12         var $test
    13 }
    14 
    15 function 
    16 foo()
    17 {
    18 }

/* [<][>][^][v][top][bottom][index][help] */