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