Todo List
Sample $profileTest[] = array ( 'title' => 'For-loop test', 'text' => 'Is it worth the effort to calculate the length of the loop in advance?', 'function' => 'forLoop', // Funcion basename 'param' => '' // This wil be passed to your function. );
[line 147]
[line 148]
someClass someClass( )
void f3( [mixed $a = 'bar'], mixed $b)
void f4( [mixed $a = 1], [mixed $b = 2])
void f5( mixed $a, mixed $b)
void &retObj1( )
void retObj2( )
void &retObj3( )
void retObj4( )