1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 17:34:04 +02:00
This commit is contained in:
Oliver Vogel
2021-12-19 17:29:13 +01:00
parent e6ef61ee02
commit b3e41c8c1b

View File

@@ -14,7 +14,7 @@ jobs:
shell: php {0} shell: php {0}
run: | run: |
<?php <?php
$val = 2130706432; $value = 2130706432;
$a = ($value >> 24) & 0xFF; $a = ($value >> 24) & 0xFF;
$r = ($value >> 16) & 0xFF; $r = ($value >> 16) & 0xFF;
$g = ($value >> 8) & 0xFF; $g = ($value >> 8) & 0xFF;