mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix run-tests.php differ calculateCommonSubsequence for EXPECTF
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user