Lines Matching refs:when
55 ->when($result = new SUT('foo'))
65 ->when($result = $exception->getBacktrace())
85 ->when($result = $exception->getPreviousThrow())
95 ->when($result = $exception->getArguments())
105 ->when($result = $exception->getArguments())
118 ->when($result = $exception->getRawMessage())
131 ->when($result = $exception->getFormattedMessage())
142 ->when($result = $exception->getFrom())
152 ->when($result = $exception->raise())
168 ->when($result = $exception->raise(true))
188 ->when($result = SUT::uncaught($exception))
215 ->when($result = $exception->__toString())
231 ->when($result = SUT::enableUncaughtHandler(false))
260 ->when($result = SUT::enableUncaughtHandler())