Lines Matching refs:when
55 ->when($result = new SUT('strtoupper'))
73 ->when($result = new SUT(__CLASS__ . '::strtoupper'))
91 ->when($result = new SUT(__CLASS__, 'strtoupper'))
109 ->when($result = new SUT($this, 'strtolower'))
131 ->when($result = new SUT($this))
158 ->when($result = new SUT($closure))
176 ->when($result = new SUT([__CLASS__, 'strtoupper']))
194 ->when($result = new SUT([$this, 'strtolower']))
251 ->when($result = $callable(7, [4.2], 'foo'))
267 ->when($result = $callable->distributeArguments([7, [4.2], 'foo']))
281 ->when($result = $xcallable->getValidCallback($arguments))