From cd1a18bfa4bedd3e525f72a145eece0fdec480a9 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Tue, 15 May 2001 22:20:12 +0000 Subject: [PATCH] Should fix two off ten errors, git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47535 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/language/functions.xml b/language/functions.xml index f2b3cf2c16..31568d1ddf 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -309,10 +309,11 @@ $newref =&returns_reference(); be used to implement callbacks, function tables, and so forth. - Variable functions won't work with language constructs such as - echo, unset, isset - and empty. This is one of the major differences between - PHP functions and langage constructs. + Variable functions won't work with language constructs such as + echo, unset, + isset and empty. This is + one of the major differences between PHP functions and langage + constructs.