]> code.delx.au - gnu-emacs/blob - test/etags/php-src/ptest.php
Use ‘T *restrict’ proto, not ‘T[restrict]’
[gnu-emacs] / test / etags / php-src / ptest.php
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 }