Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commitd77f5d9
committed
minor#58812 relax format assertions for fstat() results on Windows (xabbuh)
This PR was submitted for the 6.4 branch but it was merged into the 5.4 branch instead.Discussion----------relax format assertions for fstat() results on Windows| Q | A| ------------- | ---| Branch? | 6.4| Bug fix? | no| New feature? | no| Deprecations? | no| Issues || License | MITAccording tohttps://www.php.net/manual/en/function.stat.php the serialnumber of the volume that contains the file is returned for the "dev" entryas a 64-bit unsigned integer which may overflow.Commits-------3ce4bd7 relax format assertions for fstat() results on WindowsFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/VarDumper/Tests/Caster
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments
Comments
(0)