C/C++
phpcpp.txt
Associated article: Debugging PHP Using a C++ Compiler
Tags: C/C++
Published source code accompanying the article by Forrest J. Cavalier III in which he presents PHP2C++, a PHP to C++ translator that Forrest uses to accelerate debugging and auditing. Also see PHPCPP.ZIP.
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


