From f7069c1596b05a583430e9f7983183dafab12e72 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Fri, 20 May 2016 15:20:09 +0000 Subject: [PATCH] Be precise about the scope of strict_types not affecting calls from within internal functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339195 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/language/functions.xml b/language/functions.xml index adc92cfc55..30425b2494 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -598,7 +598,9 @@ NULL mode, only a variable of exact type of the type declaration will be 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. + to a function expecting a float. Function calls from within + internal functions will not be affected by the strict_types + declaration.