sscanf return value with %*-assignments
Open
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
### HHVM Version
3.20.2
### Standalone code, or other way to reproduce the problem
```bash
$ echo '
int(2)
[1]=>
string(1) "C"
}
```
### Actual result
```
array(2) {
[0]=>
int(1)
[1]=>
string(1) "C"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.