From 8243002f324f1d66e5414d7da0b52c86ee8d06f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luis=20Ferreira=20da=20Silva=20Bacci?= Date: Mon, 10 Aug 2015 15:08:11 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337390 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 ca16731984..d94407c384 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -558,7 +558,7 @@ NULL It is possible to enable strict mode on a per-file basis. In strict mode, only a variable of exact type of the type declaration will be - accepted, and a TypeError will be thrown. The + accepted, or a TypeError will be thrown. The only exception to this rule is that an integer may be given to a function expecting a float.