| D | base_tester.php.orig.php | 43 function run($b, &$bug) { argument 45 return call_user_func(array($this, 'test_'.$b['key']), $b, $bug); 47 $bug = true; 71 function test_user($b, &$bug, $lop=false) { argument 85 $bug = true; 90 function test_group($b, &$bug, $lop=false) { argument 107 $bug = true; 113 function test_nsread($b, &$bug, $lop=false) { argument 116 $bug = true; 130 $bug = true; [all …]
|