function hello()

in testData/codeInsight/typeInference/KeyOfValueOf.php [15:22]


  function hello($a, $b, $c, $d, $f)
  {
    <type value="int">$a</type>;
    <type value="int">$b</type>;
    <type value="int|string">$c</type>;
    <type value="mixed">$d</type>;
    <type value="string">$f</type>;
  }