mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix run-tests.php differ calculateCommonSubsequence for EXPECTF
This commit is contained in:
commit
d8df700e45
1 changed files with 1 additions and 1 deletions
|
@ -4050,7 +4050,7 @@ final class Differ
|
|||
if ($cFrom === 1) {
|
||||
foreach ($to as $toV) {
|
||||
if (($this->isEqual)($from[0], $toV)) {
|
||||
return [$from[0]];
|
||||
return [$toV];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue