Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/interop/
H A Dclient_round2_interop.php56 var $totals = array(); variable in Interop_Client
542 $this->totals = array();
552 $this->totals['servers']++;
595 $this->totals['fail']++;
604 $this->totals['fail']++;
611 $this->totals['calls']++;
685 $this->totals['success'] = 0;
686 $this->totals['fail'] = 0;
690 $this->totals['servers']++;
700 $this->totals['calls'] = count($methods) * $this->totals['servers'];
[all …]
/PHP-7.3/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 442 milliseconds