From 162bd2a58a9417a9e19b835a2667b83f971deaa8 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:11:55 +0200 Subject: [PATCH] Fix missing link variable in test --- ext/mysqli/tests/gh11438.phpt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/mysqli/tests/gh11438.phpt b/ext/mysqli/tests/gh11438.phpt index 49c715e72c0..56356811fc1 100644 --- a/ext/mysqli/tests/gh11438.phpt +++ b/ext/mysqli/tests/gh11438.phpt @@ -77,6 +77,10 @@ print "done!"; --CLEAN-- query('DROP USER shatest'); $link->query('DROP USER shatest@localhost'); ?>