Poke, probe, prod... See what changes, till you get a better idea... I mean what else can you do when there no comment/documentation and your dealing with something like:
function C($a, $b, $ba, %bb, $c, $d = NULL)
{
//insert random garbage with eval statement..
}
Comments
Poke, probe, prod... See what changes, till you get a better idea... I mean what else can you do when there no comment/documentation and your dealing with something like:
function C($a, $b, $ba, %bb, $c, $d = NULL) { //insert random garbage with eval statement.. }