From 1471b65904c1e85db8c8b76d8d72c136bcb15d2d Mon Sep 17 00:00:00 2001 From: Michael <65680649+michaelg100@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:51:20 -0400 Subject: [PATCH] Update foreachLoop.011.phpt --- tests/lang/foreachLoop.011.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lang/foreachLoop.011.phpt b/tests/lang/foreachLoop.011.phpt index ee7066dc35003..9d89856cac56d 100644 --- a/tests/lang/foreachLoop.011.phpt +++ b/tests/lang/foreachLoop.011.phpt @@ -1,5 +1,5 @@ --TEST-- -Changing from an interable type to a non iterable type during the iteration +Changing from an iterable type to a non iterable type during the iteration --FILE--