From 4908a88a7b94a77f99f2cf15f169bbdfa11fd834 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 15 May 2001 23:22:46 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47536 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/functions.xml b/language/functions.xml index 31568d1ddf..06577fe58b 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -312,7 +312,7 @@ $newref =&returns_reference(); 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 + one of the major differences between PHP functions and language constructs.