Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 54b61d4

Browse filesBrowse files
committed
minor #59674 [ErrorHandler] relax expected format for PHP 8.5 compatibility (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [ErrorHandler] relax expected format for PHP 8.5 compatibility | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- f8fe846 relax expected format for PHP 8.5 compatibility
2 parents 0549c6f + f8fe846 commit 54b61d4
Copy full SHA for 54b61d4

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/ErrorHandler/Tests/phpt/fatal_with_nested_handlers.phpt

Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/Tests/phpt/fatal_with_nested_handlers.phpt
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ object(Symfony\Component\ErrorHandler\Error\FatalError)#%d (%d) {
4040
string(209) "Error: Class Symfony\Component\ErrorHandler\Broken contains 5 abstract methods and must therefore be declared abstract or implement the remaining methods (Iterator::current, Iterator::next, Iterator::key, ...)"
4141
%a
4242
["error":"Symfony\Component\ErrorHandler\Error\FatalError":private]=>
43-
array(4) {
43+
array(%d) {
4444
["type"]=>
4545
int(1)
4646
["message"]=>
4747
string(202) "Class Symfony\Component\ErrorHandler\Broken contains 5 abstract methods and must therefore be declared abstract or implement the remaining methods (Iterator::current, Iterator::next, Iterator::key, ...)"
4848
["file"]=>
4949
string(%d) "%s"
5050
["line"]=>
51-
int(%d)
51+
int(%d)%A
5252
}
5353
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.