Lines Matching refs:iop
21 $iop = new Interop_Client(); variable
22 $iop->html = 0;
25 $iop->fetchEndpoints();
28 $iop->currentTest = 'GroupC'; // see $tests above
29 $iop->paramType = 'php'; // 'php' or 'soapval'
30 $iop->useWSDL = 1; // 1= do wsdl tests
31 $iop->numServers = 0; // 0 = all
37 $iop->startAt='';
38 $iop->nosave = 0; // 1= disable saving results to database
40 $iop->show = 1;
41 $iop->debug = 0;
42 $iop->showFaults = 0; // used in result table output
44 $iop->doTest(); // run a single set of tests using above options