Home
last modified time | relevance | path

Searched refs:totals (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/ext/soap/interop/
H A Dclient_round2_interop.php58 var $totals = array(); variable in Interop_Client
544 $this->totals = array();
554 $this->totals['servers']++;
597 $this->totals['fail']++;
606 $this->totals['fail']++;
613 $this->totals['calls']++;
687 $this->totals['success'] = 0;
688 $this->totals['fail'] = 0;
692 $this->totals['servers']++;
702 $this->totals['calls'] = count($methods) * $this->totals['servers'];
[all …]
/PHP-5.6/sapi/phpdbg/tests/
H A Drun-tests.php197 @$this->totals[true] += $this->stats[$path][true];
198 @$this->totals[false] += $this->stats[$path][false];
221 $total = array_sum($this->totals);
224 $this->totals[true],
225 $this->totals[false],
226 (100 / $total) * $this->totals[true]);
553 protected $totals; variable in phpdbg\\testing\\Test
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c129369 static const u8 totals[] =
129379 prior = totals[count];
129382 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));

Completed in 394 milliseconds