From 987cb5043dba8d385a4890bb171a5bf58bcd10ed Mon Sep 17 00:00:00 2001 From: Ankush Patil Date: Sun, 17 Jul 2022 20:00:02 +0530 Subject: fixed find replace regex issue if no matching result set found MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When find and replace searching used with regex, at the time of replace empty CASE END condition was causing issue. Fixes #17388 Closes #17641 Signed-off-by: Ankush Patil Signed-off-by: MaurĂ­cio Meneghini Fauth --- psalm-baseline.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'psalm-baseline.xml') diff --git a/psalm-baseline.xml b/psalm-baseline.xml index d26287b6c7..36e554c8ad 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -3042,7 +3042,7 @@ - + $_POST['columnIndex'] $_POST['columnIndex'] $_POST['find'] @@ -3065,6 +3065,7 @@ $column $column $column + $column $column_types[$i] $row[0] $row[0] -- cgit v1.2.3