Lines Matching refs:when
55 ->when($result = new SUT('foo'))
73 ->when($result = new SUT($message, $code, $arguments, $previous), $line = __LINE__)
91 ->when($result = $group->raise())
108 ->when($result = $group->raise())
130 ->when($result = $group->raise())
151 ->when(
171 ->when(
194 ->when(
216 ->when(
247 ->when(
278 ->when($result = $group->hasUncommittedExceptions())
291 ->when($result = $group->hasUncommittedExceptions())
304 ->when($result = $group->hasUncommittedExceptions())
317 ->when($result = $group->offsetExists('bar'))
330 ->when($result = $group->offsetExists('baz'))
345 ->when($result = $group->offsetExists('bar'))
360 ->when($result = $group->offsetExists('baz'))
374 ->when($result = $group->offsetGet('bar'))
388 ->when($result = $group->offsetGet('baz'))
404 ->when($result = $group->offsetGet('bar'))
420 ->when($result = $group->offsetGet('baz'))
430 ->when($group->offsetSet('bar', new \StdClass()))
443 ->when($result = $group->offsetExists('bar'))
448 ->when($group->offsetSet('bar', $exception1))
463 ->when($group->offsetSet(null, $exception1))
478 ->when($group->offsetSet(42, $exception1))
495 ->when($group->offsetUnset('bar'))
505 ->when($group->offsetUnset('bar'))
520 ->when($result = $group->offsetUnset('bar'))
534 ->when($result = $group->offsetUnset('bar'))
551 ->when($result = $group->getExceptions())
567 ->when($result = $group->getIterator())
588 ->when($result = count($group))
605 ->when($result = $group->getStackSize())