Debugging PHP Using a C++ compiler
by Forrest J. Cavalier III

Example 1:

(a)
function lookup($s, $i)

(b)
function /*string*/lookup(/*string*/$s, /*int*/$i)

(c)
string lookup(string _s_s, int _s_i)

1

