Skip to content

Commit

Permalink
Merge branch 'PHP-8.2'
Browse files Browse the repository at this point in the history
* PHP-8.2:
  Fix tests for stat rdev
  • Loading branch information
nielsdos committed Jul 11, 2023
2 parents 75229cb + 47b7570 commit c1d4d95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ext/standard/tests/file/lstat_stat_variation18.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down Expand Up @@ -144,7 +144,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down
8 changes: 4 additions & 4 deletions ext/standard/tests/file/lstat_stat_variation19.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down Expand Up @@ -143,7 +143,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down Expand Up @@ -199,7 +199,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down Expand Up @@ -253,7 +253,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down
8 changes: 4 additions & 4 deletions ext/standard/tests/file/lstat_stat_variation20.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down Expand Up @@ -154,7 +154,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down Expand Up @@ -208,7 +208,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down Expand Up @@ -262,7 +262,7 @@ array(26) {
["gid"]=>
int(%d)
["rdev"]=>
int(%d)
int(%i)
["size"]=>
int(%d)
["atime"]=>
Expand Down

0 comments on commit c1d4d95

Please sign in to comment.