Running Task Generate website QR-code

Generate website QR-code

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 80.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 81.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 82.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 83.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 84.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 85.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 86.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 87.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 88.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 89.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 90.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 91.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 92.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 93.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 94.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 95.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 96.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 97.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 98.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 99.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 100.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 101.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 102.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 103.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 104.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 105.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 106.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 107.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 108.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 109.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 110.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 111.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 112.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 113.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 114.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 115.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 116.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 117.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 118.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 119.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 120.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 121.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 122.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 123.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 124.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 125.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 126.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 127.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 128.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 129.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 130.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 131.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 132.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 133.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 134.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 135.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 136.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 137.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 138.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 139.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 140.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 141.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 142.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 143.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 144.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 145.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 146.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 147.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 148.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 149.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 150.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 78.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 77.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 76.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 75.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 74.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 73.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 72.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 71.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 70.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 69.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 68.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 67.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 66.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 65.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 64.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 63.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 62.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 61.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 60.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 59.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 58.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 57.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 56.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 55.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 54.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 53.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 52.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 51.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 50.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 49.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 48.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 47.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 46.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 45.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 44.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 43.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 42.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 41.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 40.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 39.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 38.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 37.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 36.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 35.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 34.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 33.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 32.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 31.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 30.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 29.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 28.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 27.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 26.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 25.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 24.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 23.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 22.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 21.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 20.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 19.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 18.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 17.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 16.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 15.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 14.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 13.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 12.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 11.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 10.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 9.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 8.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 80.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 81.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 82.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 83.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 84.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 85.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 86.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 87.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 88.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 89.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 90.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 91.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 92.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 93.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 94.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 95.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 96.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 97.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 98.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 99.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 100.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 101.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 102.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 103.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 104.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 105.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 106.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 107.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 108.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 109.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 110.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 111.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 112.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 113.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 114.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 115.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 116.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 117.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 118.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 119.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 120.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 121.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 122.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 123.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 124.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 125.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 126.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 127.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 128.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 129.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 130.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 131.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 132.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 133.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 134.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 135.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 136.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 137.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 138.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 139.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 140.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 141.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 142.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 143.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 144.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 145.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 146.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 147.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 148.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 149.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 150.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 78.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 77.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 76.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 75.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 74.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 73.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 72.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 71.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 70.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 69.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 68.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 67.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 66.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 65.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 64.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 63.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 62.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 61.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 60.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 59.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 58.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 57.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 56.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 55.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 54.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 53.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 52.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 51.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 50.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 49.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 48.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 47.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 46.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 45.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 44.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 43.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 42.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 41.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 40.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 39.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 38.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 37.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 36.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 35.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 34.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 33.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 32.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 31.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 30.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 29.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 28.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 27.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 26.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 25.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 24.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 23.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 22.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 21.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 20.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 19.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 18.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 17.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 16.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 15.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 14.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 13.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 12.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 11.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 10.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 9.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 8.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

[Deprecated] Implicit conversion from float 79.5 to int loses precision

GET /dev/tasks/A2nt-CMSNiceties-Tasks-QRCodeTask

Line 452 in /app/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php

Source

443 	 */
444 	public function get($x, $y)
445 	{
446 		$offset = (int)($y * $this->rowSize + ($x / 32));
447 		if (!isset($this->bits[$offset])) {
448 			$this->bits[$offset] = 0;
449 		}
450 
451 		// return (($this->bits[$offset] >> ($x & 0x1f)) & 1) != 0;
452 		return (uRShift($this->bits[$offset], ($x & 0x1f)) & 1) != 0;//было >>> вместо >>, не знаю как эмулировать беззнаковый сдвиг
453 	}
454 
455 	//  @Override
456 
457 	public function _clone(): \Zxing\Common\BitMatrix
458 	{

Trace

QR-code
Done!