From 49f7d296c8b25d208c059ada6b6a0ee8c5026053 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 22 Jun 2009 17:21:28 +0000 Subject: [PATCH] Minor rewording git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282590 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.