From e14d8c6f985aeaeb247387b51d6ec027655efb99 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 13 Jan 2015 22:47:44 +0100 Subject: in response to issue #156: the super-global arrays Php::POST, Php::SERVER, etcetera can now be iterated over, and they can be assigned to a regular Php::Value variable --- include/value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/value.h') diff --git a/include/value.h b/include/value.h index 363779d..c3de4d5 100644 --- a/include/value.h +++ b/include/value.h @@ -1144,7 +1144,7 @@ protected: void setRaw(const char *key, int size, const Value &value); /** - * Internal helper method to create an iterator + * Internal helper method to create an ` * @param begin Should the iterator start at the begin? * @return iterator */ -- cgit v1.2.3