mirror of
https://github.com/Intervention/image.git
synced 2025-08-13 17:34:04 +02:00
Test
This commit is contained in:
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -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;
|
||||||
|
Reference in New Issue
Block a user