Correct comment.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-05-01 12:27:40 +02:00
parent d76441ad4c
commit 70676cb0d5
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 3 deletions

View File

@ -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.