]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/kwalo-080930.php
remove toolbar and menubar
[.emacs.d.git] / emacs / nxhtml / tests / in / kwalo-080930.php
1 <?
2
3 class Baz
4 {
5   // This class was written after the file was opened
6 }
7
8 class Bar
9 {
10   public function foo()
11   {
12     var_dump("foo");
13     return null;
14   }
15 }
16
17 class Foo
18 {
19   public function bar()
20   {
21     var_dump("bar");
22   }
23 }