From 70676cb0d5ea5d9ca0c5190ae28c840e88edc498 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 1 May 2019 12:27:40 +0200 Subject: [PATCH] Correct comment. --- include/ph7int.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/ph7int.h b/include/ph7int.h index d4bc4a3..2ce8d9e 100644 --- a/include/ph7int.h +++ b/include/ph7int.h @@ -789,9 +789,7 @@ struct ph7_hashmap { struct ph7_foreach_info { SyString sKey; /* Key name. Empty otherwise*/ SyString sValue; /* Value name */ - ph7_hashmap *pMap; /* Hashmap [i.e: array in the PHP jargon] iteration - * Ex: foreach(array(1,2,3) as $key=>$value){} - */ + ph7_hashmap *pMap; /* Hashmap iteration */ }; /* * Each PH7 engine is identified by an instance of the following structure.