Searched refs:callIndex (Results 1 – 4 of 4) sorted by last modified time
400 public function markScopeStart($namespaceName, $callIndex) { argument401 $this->getNamespace($namespaceName)->markScopeStart($callIndex);407 public function markScopeEnd($namespaceName, $callIndex) { argument408 $this->getNamespace($namespaceName)->markScopeEnd($callIndex);
376 public function markScopeStart($callIndex) { argument378 $this->scope[] = new refnotes_scope(NULL, 0, $callIndex);385 public function markScopeEnd($callIndex) { argument387 $this->markScopeStart($callIndex - 1);388 $this->getCurrentScope()->getLimits()->end = $callIndex;
167 $this->call[] = $callIndex;180 public function closeSection($callIndex) { argument185 $this->call[] = $callIndex;204 public function close($callIndex) { argument205 $this->call[] = $callIndex;273 public function closeSection($callIndex) { argument294 public function close($callIndex) { argument581 public function closeSection($callIndex) { argument583 $this->sectionClose = $callIndex;604 public function close($callIndex) { argument[all …]
67 $callIndex = count($this->invocations) - 1;69 $this->verifyInvocation($invocation, $callIndex);76 foreach ($this->invocations as $callIndex => $invocation) {77 $this->verifyInvocation($invocation, $callIndex);85 * @param int $callIndex89 … private function verifyInvocation(PHPUnit_Framework_MockObject_Invocation $invocation, $callIndex) argument91 if (isset($this->parameterGroups[$callIndex])) {92 $parameters = $this->parameterGroups[$callIndex];120 $callIndex,