Searched refs:scoreArgument (Results 1 – 16 of 16) sorted by relevance
39 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\LogicalNotToken41 return false === $this->token->scoreArgument($argument) ? 4 : false;
43 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\LogicalAndToken51 $score = $token->scoreArgument($argument);
41 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ArrayEveryEntryToken49 $scores[] = $this->value->scoreArgument($argumentEntry);
28 public function scoreArgument($argument); function
28 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\AnyValueToken
28 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\AnyValuesToken
51 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\CallbackToken
33 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\StringContainsToken
33 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ApproximateValueToken
39 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ArrayCountToken
47 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\TypeToken
46 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\IdenticalValueToken
58 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ObjectStateToken
47 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ArrayEntryToken
52 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ExactValueToken
60 if (1 >= $score = $token->scoreArgument($argument)) {