initial commit
[emacs-init.git] / nxhtml / tests / in / bug272871.php
1 <?php
2 function a()
3 {
4   b($a, $b);
5   c($b, $c);
6 }
7 ?>