well, in PHP, we don't need function prototype like what we did in C++....
however, if you already usual with function prototype, then just comment it at the start of your php script.
// function application_init ( string, &string );
but remember, the function will still can get executed no matter you prototype it or not...