Commit e0e9fe6
Add TypedFormatString to typedefs in HH
Summary: The newtype `TypedFormatString` was added to `hhi` file but omitted from the corresponding `php` file for HHVM. This diff fixes that, and adds an HHVM test.
Differential Revision: D90947026
fbshipit-source-id: 752a649c936e33c85ba257624a9feef1f85abe601 parent 232315e commit e0e9fe6
File tree
3 files changed
+19
-0
lines changed- hphp
- runtime/ext/string
- test/slow
3 files changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments