Home
last modified time | relevance | path

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

/PHP-7.2/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-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c156140 static const u8 totals[] =
156163 prior = totals[count];
156166 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));

Completed in 436 milliseconds