Searched refs:ccn (Results 1 – 2 of 2) sorted by relevance
678 * @param int $ccn683 protected function crap($ccn, $coverage) argument686 return (string) (pow($ccn, 2) + $ccn);690 return (string) $ccn;695 pow($ccn, 2) * pow(1 - $coverage/100, 3) + $ccn
290 protected $ccn; variable in PHP_Token_FUNCTION398 if ($this->ccn !== null) {399 return $this->ccn;402 $this->ccn = 1;420 $this->ccn++;425 return $this->ccn;