@@ -182,7 +182,7 @@ discard block |
||
182 | 182 | if ($left == $right) { |
183 | 183 | return true; |
184 | 184 | } else { |
185 | - throw new \Exception('Point test failed! Cannot continue. I tested the point: ' . var_export($P, true) . ' but got the point: ' . var_export($test_point, true)); |
|
185 | + throw new \Exception('Point test failed! Cannot continue. I tested the point: '.var_export($P, true).' but got the point: '.var_export($test_point, true)); |
|
186 | 186 | } |
187 | 187 | |
188 | 188 | } catch (\Exception $e) { |
@@ -273,7 +273,7 @@ discard block |
||
273 | 273 | $Rx_hex = str_pad($this->encodeHex($R['x']), 64, "0", STR_PAD_LEFT); |
274 | 274 | $Ry_hex = str_pad($this->encodeHex($R['y']), 64, "0", STR_PAD_LEFT); |
275 | 275 | } else { |
276 | - throw new \Exception('Point test failed! Cannot continue. I got the point: ' . var_export($R, true)); |
|
276 | + throw new \Exception('Point test failed! Cannot continue. I got the point: '.var_export($R, true)); |
|
277 | 277 | } |
278 | 278 | |
279 | 279 | return array( |