diff --git a/language/functions.xml b/language/functions.xml index 0173ec8cdb..f1989b91b0 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,5 +1,5 @@ - + Functions @@ -632,7 +632,7 @@ echo preg_replace_callback('~-([a-z])~', function ($match) { turns into an object instance of the Closure class. When assigning a closure to a variable, its done by a basic assignment to a function declaring with an ending semicolon like any - other assignments + other statement.