We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4ab2c3 + ab8505b commit 56da8d4Copy full SHA for 56da8d4
.github/workflows/tests.yml
@@ -15,6 +15,7 @@ jobs:
15
- "7.4"
16
- "8.0"
17
- "8.1"
18
+ - "8.2"
19
operating-system:
20
- "ubuntu-latest"
21
README.md
@@ -96,7 +96,7 @@ PHP 8.1.2 Linux(x86_64)
96
97
### How to reproduce a table of numbers above
98
```bash
99
-git clone git@github.com:mrsuh/php-var-sizeof.git && cd php-var-sizeof
+git clone --recurse-submodules git@github.com:mrsuh/php-var-sizeof.git && cd php-var-sizeof
100
composer install
101
docker build -t image-php-var-sizeof .
102
docker run -it --rm --name my-running-script -v "$PWD":/app image-php-var-sizeof php bin/render-table.php
library/ffi.h
0 commit comments