summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug272871.php
blob: c20538343e808cd03bb3e287ca3758deff47d211 (plain)
1
2
3
4
5
6
7
<?php
function a()
{
  b($a, $b);
  c($b, $c);
}
?>