From d1c4fd85504567c1fd00d47a12a12934ef27b232 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 29 Dec 2006 00:45:05 +0000 Subject: [PATCH] Fix #39920: Typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225981 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/language/types.xml b/language/types.xml index 50a96607e3..8f41ab9216 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -2364,8 +2364,9 @@ $var = NULL; object as the element with index 0. - Apart common user-defined function, create_function - can be used to create an anonymous callback function. + Apart from common user-defined function, + create_function can be used to create an anonymous + callback function.